fix vyos_user integration test assert (#26185)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/19303/merge
Trishna Guha 7 years ago committed by John R Barker
parent 0d179c77a7
commit be11d12fa2

@ -10,7 +10,8 @@
- assert:
that:
- 'result.changed == true'
- '"set system login user ansibletest1 authentication plaintext-password" in result.commands'
- '"set system login user" in result.commands'
- '"authentication plaintext-password" in result.commands'
- name: Collection of users (SetUp)
vyos_user:

Loading…
Cancel
Save