summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2017-10-12 07:47:06 +0200
committerGitHub <noreply@github.com>2017-10-12 07:47:06 +0200
commite7145e249f7b8bb9e5278d0c01e834794df09312 (patch)
tree3fd7ee246e39aceb0661db56d0b8d7baa3df2675 /test/integration
parentbotmeta: maintain cloudstack module utils (#31613) (diff)
downloadansible-e7145e249f7b8bb9e5278d0c01e834794df09312.tar.xz
ansible-e7145e249f7b8bb9e5278d0c01e834794df09312.zip
fix ios_interface test unsupported param (#31622)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/targets/ios_interface/tests/cli/intent.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/integration/targets/ios_interface/tests/cli/intent.yaml b/test/integration/targets/ios_interface/tests/cli/intent.yaml
index b0be4d8c97..4c670e067c 100644
--- a/test/integration/targets/ios_interface/tests/cli/intent.yaml
+++ b/test/integration/targets/ios_interface/tests/cli/intent.yaml
@@ -8,7 +8,6 @@
tx_rate: ge(0)
rx_rate: le(0)
authorize: yes
- provider: "{{ cli }}"
register: result
- assert:
@@ -22,7 +21,6 @@
tx_rate: gt(0)
rx_rate: lt(0)
authorize: yes
- provider: "{{ cli }}"
ignore_errors: yes
register: result
@@ -39,7 +37,6 @@
enabled: False
state: down
authorize: yes
- provider: "{{ cli }}"
register: result
- assert:
@@ -52,7 +49,6 @@
enabled: False
authorize: yes
state: up
- provider: "{{ cli }}"
ignore_errors: yes
register: result
@@ -76,7 +72,6 @@
- port: eth0
host: netdev
authorize: yes
- provider: "{{ cli }}"
register: result
- assert:
@@ -90,7 +85,6 @@
- port: dummy_port
host: dummy_host
authorize: yes
- provider: "{{ cli }}"
ignore_errors: yes
register: result
@@ -108,7 +102,6 @@
enabled: True
state: up
authorize: yes
- provider: "{{ cli }}"
ignore_errors: yes
register: result
@@ -125,7 +118,6 @@
- port: eth0
host: netdev
authorize: yes
- provider: "{{ cli }}"
ignore_errors: yes
register: result
@@ -143,7 +135,6 @@
- port: dummy_port
host: dummy_host
authorize: yes
- provider: "{{ cli }}"
ignore_errors: yes
register: result