Test eos_banner (#22201)

* eos_banner docs improvements

* run eos_banner tests

* basic eos_banner tests

* remove trailing newlines

* remove hack

* Various eos_banner fixes

No unicode tests, as the device doesn't support it
Correctly set provider
result.command should be empty list if no changes

* test eos_banner over eapi

* revert docs changes, moved to separate PR
This commit is contained in:
John R Barker 2017-03-10 15:20:09 +00:00 committed by GitHub
parent 9173a7727c
commit 5dac2ee00c
8 changed files with 180 additions and 0 deletions

View file

@ -8,6 +8,7 @@
debug: false
roles:
- { role: eos_banner, when: "limit_to in ['*', 'eos_banner']" }
- { role: eos_command, when: "limit_to in ['*', 'eos_command']" }
- { role: eos_config, when: "limit_to in ['*', 'eos_config']" }
- { role: eos_template, when: "limit_to in ['*', 'eos_template']" }