commented out check tests (#35788)

This commit is contained in:
David Newswanger 2018-02-06 13:26:44 -05:00 committed by GitHub
parent 7d721c1ec5
commit 3df2561405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
# hit check conditional in module_utils.network.vyos -> load_config()
- name: configure simple config command
vyos_config:
lines: set system host-name check-test
check_mode: yes
- name: get host name
vyos_command:
commands: show host name
register: result
- assert:
that: '"check-test" not in result.stdout'
# - name: configure simple config command
# vyos_config:
# lines: set system host-name check-test
# check_mode: yes
#
# - name: get host name
# vyos_command:
# commands: show host name
# register: result
#
# - assert:
# that: '"check-test" not in result.stdout'