ansible/test/integration/targets/vyos_smoke/tests/cli/common_config.yaml
David Newswanger 69cd705634
Add vyos smoke integration tests. (#35456)
* added preliminary vyos smoke tests

* added comments, determined current tests are sufficient

* add tests for check mode in module_utils.network.vyos

* removed vyos_smoke from shippable

* added comment explaining why AWS/Shippable tests won't work
2018-02-02 16:04:19 -05:00

10 lines
326 B
YAML

# vyos.py in plugins and module_utils/network covered by these as well
# hit NetworkConfig
- name: configure simple config command
vyos_config:
lines: set system host-name smoke
- name: return host name to inventory_hostname
vyos_config:
lines: set system host-name {{ inventory_hostname_short }}
match: none