Fix eos integration test failure (#42188)
* Fix error message in eos_config integration test * Fix set_become invoke login in httpapi connection plugin
This commit is contained in:
parent
14bc625c2c
commit
1659951710
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
that:
|
that:
|
||||||
- "result.msg is defined"
|
- "result.msg is defined"
|
||||||
- "result.failed == true"
|
- "result.failed == true"
|
||||||
- "'Error on executing commands' in result.msg"
|
- "'Invalid input' in result.msg"
|
||||||
|
|
||||||
- name: valid configuration in check mode
|
- name: valid configuration in check mode
|
||||||
eos_config:
|
eos_config:
|
||||||
|
|
Loading…
Reference in a new issue