69cd705634
* 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
10 lines
326 B
YAML
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
|