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>
pull/60736/head
Paul Belanger 5 years ago committed by GitHub
parent 601a4b8f47
commit 13996aaff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,3 @@
---
testcase: " {{ testcase }}"
testcase: ""
test_items: []

Loading…
Cancel
Save