Fix missing variable with nxos_install_os tests (#60351)
Today we are getting an Ansible templating exception because this variable isn't defined. But we also don't want testing to run, as we don't have ability to run this test in DCI. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
601a4b8f47
commit
13996aaff6
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
testcase: " {{ testcase }}"
|
testcase: ""
|
||||||
|
test_items: []
|
||||||
|
|
Loading…
Reference in a new issue