eos_user testfix (#32264)

* Fix eos_user tests (#32261)

(cherry picked from commit be821845e2)

* Add eos_user testfix to CHANGELOG

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/32335/head
Trishna Guha 8 years ago committed by GitHub
parent e2065dc68c
commit b6c117ebdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,6 +86,8 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/pull/32184)
* Remove provider from ios integration test:
(https://github.com/ansible/ansible/pull/31037)
* Fix eos_user tests
(https://github.com/ansible/ansible/pull/32261)
<a id="2.4.1"></a>

@ -60,11 +60,11 @@
that:
- 'result.changed == true'
- '"username" in result.commands[0]'
- '"role network-operator" in result.commands[0]'
- '"secret" in result.commands[1]'
- '"role network-operator" in result.commands[1]'
- '"secret" in result.commands[0]'
- '"username" in result.commands[2]'
- '"role network-operator" in result.commands[2]'
- '"secret" in result.commands[3]'
- '"role network-operator" in result.commands[3]'
- '"secret" in result.commands[2]'
- name: Add user without password or nopassword arg(Should fail)
eos_user:

Loading…
Cancel
Save