summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_logging/tasks/nxapi.yaml
diff options
context:
space:
mode:
authornkshrishail <42039941+nkshrishail@users.noreply.github.com>2020-01-08 03:13:23 -0500
committerNilashish Chakraborty <nilashishchakraborty8@gmail.com>2020-01-08 13:43:23 +0530
commit01e4c41be4de5217fd10ab6e43322602c22eb357 (patch)
tree441cb33d5b65d4983b94b3ab652f9d7bb8baf6ab /test/integration/targets/nxos_logging/tasks/nxapi.yaml
parent45713aa38f7b4ca09f95f231c2914a53b7005d08 (diff)
downloadansible-01e4c41be4de5217fd10ab6e43322602c22eb357.tar.gz
nxos: Removing local-nxapi plugin and related parameters' usage from the integration tests. (#65068)
* nxos_integration_tests: Removing obsolete provider parameter * nxos: removing support for local-nxapi plugin * nxos: removing LocalNxapi plugin implementation * nxos_nxapi: removing local plugin usage * REVERT - nxos: removing LocalNxapi plugin implementation * Addressing yamllint issues * Removing the condition on the debug messages * Restoring changes done to nxos_nxapi* tests * Retaining timeout of 500 on nxos_smoke test * Some cleanup * Addressing latest comments * Restoring the nxos_smoke and removing timeout from nxos_config and nxos_rollback
Diffstat (limited to 'test/integration/targets/nxos_logging/tasks/nxapi.yaml')
-rw-r--r--test/integration/targets/nxos_logging/tasks/nxapi.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/nxos_logging/tasks/nxapi.yaml b/test/integration/targets/nxos_logging/tasks/nxapi.yaml
index 04c99602e6..cbf41b9294 100644
--- a/test/integration/targets/nxos_logging/tasks/nxapi.yaml
+++ b/test/integration/targets/nxos_logging/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 connection={{ nxapi }}"
- with_items: "{{ test_items }}"
- loop_control:
- loop_var: test_case_to_run