Fix eos_banner basic-motd eapi asserts (#23398)

The commands in EAPI does not contain the plain command sent to the
device as a one liner, but it is split in cmd/input keys.
pull/23399/head
Ricardo Carrillo Cruz 8 years ago committed by GitHub
parent 2cc2b8fb4d
commit ce9826d76e

@ -25,8 +25,8 @@
- assert: - assert:
that: that:
- "result.changed == true" - "result.changed == true"
- "'this is my motd banner' in result.commands" - "result.commands.0.cmd == 'banner motd'"
- "'that has a multiline' in result.commands" - "result.commands.0.input == 'this is my motd banner\nthat has a multiline\nstring'"
# Ensure sessions contains epoc. Will fail after 18th May 2033 # Ensure sessions contains epoc. Will fail after 18th May 2033
- "'ansible_1' in result.session_name" - "'ansible_1' in result.session_name"

Loading…
Cancel
Save