From 3df2561405aae65b6592b2dc25a8b72b1804f0c7 Mon Sep 17 00:00:00 2001 From: David Newswanger Date: Tue, 6 Feb 2018 13:26:44 -0500 Subject: [PATCH] commented out check tests (#35788) --- .../vyos_smoke/tests/cli/misc_tests.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml b/test/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml index a56d057cca5..312fa41c243 100644 --- a/test/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml +++ b/test/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml @@ -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'