Fix asserts on ios_banner tests (#23315)

The contain assert was broken.
pull/23318/head
Ricardo Carrillo Cruz 8 years ago committed by GitHub
parent 3a78861cb5
commit cf30f0f27d

@ -25,8 +25,7 @@
- assert: - assert:
that: that:
- "result.changed == true" - "result.changed == true"
- "'this is my login banner' in result.commands" - "'banner login @\nthis is my login banner\nthat has a multiline\nstring\n@' in result.commands"
- "'that has a multiline' in result.commands"
- name: Set login again (idempotent) - name: Set login again (idempotent)
ios_banner: ios_banner:

@ -24,8 +24,7 @@
- assert: - assert:
that: that:
- "result.changed == true" - "result.changed == true"
- "'this is my motd banner' in result.commands" - "'banner motd @\nthis is my motd banner\nthat has a multiline\nstring\n@' in result.commands"
- "'that has a multiline' in result.commands"
- name: Set motd again (idempotent) - name: Set motd again (idempotent)
ios_banner: ios_banner:

Loading…
Cancel
Save