summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml
diff options
context:
space:
mode:
authorAnsible Core Team <info@ansible.com>2020-03-09 09:40:35 +0000
committerAnsible Core Team <info@ansible.com>2020-03-09 09:40:35 +0000
commitecd1907190ce9d7d744548227a47d3827ce3ab65 (patch)
tree71f94fa4ed330319cf9152971d49841d8aeb9b4c /test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml
parente39b1dec45fe86210b669d6b1b117753b5b2c9f9 (diff)
downloadansible-ecd1907190ce9d7d744548227a47d3827ce3ab65.tar.gz
Migrated to cisco.nxos
Diffstat (limited to 'test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml')
-rw-r--r--test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml b/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml
deleted file mode 100644
index 2f79127f1e..0000000000
--- a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: Assert HTTP configuration changes
- assert:
- that:
- - result.stdout[0].https_port is not defined
- - result.stdout[0].http_port|string is search("80")