summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_file_copy
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/nxos_file_copy')
-rw-r--r--test/integration/targets/nxos_file_copy/tasks/nxapi.yaml6
-rw-r--r--test/integration/targets/nxos_file_copy/tests/nxapi/badtransport.yaml1
2 files changed, 0 insertions, 7 deletions
diff --git a/test/integration/targets/nxos_file_copy/tasks/nxapi.yaml b/test/integration/targets/nxos_file_copy/tasks/nxapi.yaml
index c85edec402..653bcfefe9 100644
--- a/test/integration/targets/nxos_file_copy/tasks/nxapi.yaml
+++ b/test/integration/targets/nxos_file_copy/tasks/nxapi.yaml
@@ -25,9 +25,3 @@
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run
-
-- name: run test cases (connection=local)
- include: "{{ test_case_to_run }} ansible_connection=local"
- with_items: "{{ test_items }}"
- loop_control:
- loop_var: test_case_to_run
diff --git a/test/integration/targets/nxos_file_copy/tests/nxapi/badtransport.yaml b/test/integration/targets/nxos_file_copy/tests/nxapi/badtransport.yaml
index 7cd44709ea..d6f629af35 100644
--- a/test/integration/targets/nxos_file_copy/tests/nxapi/badtransport.yaml
+++ b/test/integration/targets/nxos_file_copy/tests/nxapi/badtransport.yaml
@@ -6,7 +6,6 @@
local_file: "./network-integration.cfg"
file_system: "bootflash:"
connect_ssh_port: "{{ ansible_ssh_port }}"
- provider: "{{ nxapi }}"
register: result
ignore_errors: yes