summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml
diff options
context:
space:
mode:
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")