fix vyos_user integration test assert (#26185)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
0d179c77a7
commit
be11d12fa2
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue