ios_interface provider issue testfix (#32335)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-10-30 11:55:55 +05:30 committed by GitHub
parent 4b94ea8075
commit 2c4cb42337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 deletions

View file

@ -90,6 +90,8 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/pull/32261)
* Fix ansible-galaxy --force with installed roles:
(https://github.com/ansible/ansible/pull/32282)
* ios_interface testfix:
(https://github.com/ansible/ansible/pull/32335)
<a id="2.4.1"></a>

View file

@ -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
@ -68,7 +64,6 @@
- port: eth0
host: netdev
authorize: yes
provider: "{{ cli }}"
register: result
- assert:
@ -82,7 +77,6 @@
- port: dummy_port
host: dummy_host
authorize: yes
provider: "{{ cli }}"
ignore_errors: yes
register: result
@ -99,7 +93,6 @@
enabled: True
state: up
authorize: yes
provider: "{{ cli }}"
ignore_errors: yes
register: result
@ -115,7 +108,6 @@
- port: eth0
host: netdev
authorize: yes
provider: "{{ cli }}"
ignore_errors: yes
register: result
@ -133,7 +125,6 @@
- port: dummy_port
host: dummy_host
authorize: yes
provider: "{{ cli }}"
ignore_errors: yes
register: result