diff options
author | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-04-22 16:22:46 +0530 |
---|---|---|
committer | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-11 19:29:07 +0530 |
commit | 7e32c63e6d065062b4540b9bf467989ee86e1f2a (patch) | |
tree | 8dfa6115d91015c8100ed9994321e4073d17448e /tests/integration/targets/vyos_ospfv2/defaults/main.yaml | |
parent | 37289b45840129f2296fbc9cff9a3eab97bdb2a5 (diff) | |
download | vyos-ansible-collection-7e32c63e6d065062b4540b9bf467989ee86e1f2a.tar.gz vyos-ansible-collection-7e32c63e6d065062b4540b9bf467989ee86e1f2a.zip |
test cases added
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
Diffstat (limited to 'tests/integration/targets/vyos_ospfv2/defaults/main.yaml')
-rw-r--r-- | tests/integration/targets/vyos_ospfv2/defaults/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_ospfv2/defaults/main.yaml b/tests/integration/targets/vyos_ospfv2/defaults/main.yaml new file mode 100644 index 0000000..852a6be --- /dev/null +++ b/tests/integration/targets/vyos_ospfv2/defaults/main.yaml @@ -0,0 +1,3 @@ +--- +testcase: '[^_].*' +test_items: [] |