summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_ntp
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2018-03-15 17:52:54 +0530
committerGitHub <noreply@github.com>2018-03-15 17:52:54 +0530
commit957ab02e524631a237a8ff9f22b0637aaa063e9d (patch)
treec129d39e42a32ed0871b99cc42a20bcaa18158c4 /test/integration/targets/nxos_ntp
parentd3df0249af9d8c4443d7be90d2630f557a1074cd (diff)
downloadansible-957ab02e524631a237a8ff9f22b0637aaa063e9d.tar.gz
Ensure network_cli nxos test is run only once - remove unnecessary files (#37462)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
Diffstat (limited to 'test/integration/targets/nxos_ntp')
-rw-r--r--test/integration/targets/nxos_ntp/tests/cli/sanity.yaml4
-rw-r--r--test/integration/targets/nxos_ntp/tests/nxapi/sanity.yaml4
2 files changed, 0 insertions, 8 deletions
diff --git a/test/integration/targets/nxos_ntp/tests/cli/sanity.yaml b/test/integration/targets/nxos_ntp/tests/cli/sanity.yaml
deleted file mode 100644
index c28f9d6145..0000000000
--- a/test/integration/targets/nxos_ntp/tests/cli/sanity.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-- set_fact: connection="{{ cli }}"
-
-- import_tasks: targets/nxos_ntp/tests/common/sanity.yaml
diff --git a/test/integration/targets/nxos_ntp/tests/nxapi/sanity.yaml b/test/integration/targets/nxos_ntp/tests/nxapi/sanity.yaml
deleted file mode 100644
index 7e6a8bd9db..0000000000
--- a/test/integration/targets/nxos_ntp/tests/nxapi/sanity.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-- set_fact: connection="{{ nxapi }}"
-
-- import_tasks: targets/nxos_ntp/tests/common/sanity.yaml