diff options
Diffstat (limited to 'test/integration/targets/nxos_ospf/tests/nxapi/sanity.yaml')
-rw-r--r-- | test/integration/targets/nxos_ospf/tests/nxapi/sanity.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/nxos_ospf/tests/nxapi/sanity.yaml b/test/integration/targets/nxos_ospf/tests/nxapi/sanity.yaml new file mode 100644 index 0000000000..15af0691a9 --- /dev/null +++ b/test/integration/targets/nxos_ospf/tests/nxapi/sanity.yaml @@ -0,0 +1,4 @@ +--- +- set_fact: connection="{{ nxapi }}" + +- import_tasks: targets/nxos_ospf/tests/common/sanity.yaml |