summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_nxapi/tasks/platform/n5k
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/nxos_nxapi/tasks/platform/n5k')
-rw-r--r--test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_http.yaml6
-rw-r--r--test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https.yaml6
-rw-r--r--test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http.yaml8
-rw-r--r--test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http_ports.yaml8
4 files changed, 0 insertions, 28 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")
diff --git a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https.yaml b/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https.yaml
deleted file mode 100644
index a934a1fa81..0000000000
--- a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: Assert HTTPS configuration changes
- assert:
- that:
- - result.stdout[0].http_port is not defined
- - result.stdout[0].https_port|string is search("9443")
diff --git a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http.yaml b/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http.yaml
deleted file mode 100644
index 4dded98cf2..0000000000
--- a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: Assert HTTPS && HTTP configuration changes
- assert:
- that:
- - result.stdout[0].https_port is defined
- - result.stdout[0].http_port is defined
- - result.stdout[0].https_port|string is search("9443")
- - result.stdout[0].http_port|string is search("80")
diff --git a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http_ports.yaml b/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http_ports.yaml
deleted file mode 100644
index 09c69d677b..0000000000
--- a/test/integration/targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https_http_ports.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: Assert HTTPS && HTTP configuration changes
- assert:
- that:
- - result.stdout[0].https_port is defined
- - result.stdout[0].http_port is defined
- - result.stdout[0].https_port|string is search("500")
- - result.stdout[0].http_port|string is search("99")