diff --git a/test/integration/net_command.yml b/test/integration/net_command.yml new file mode 100644 index 0000000000..958d096136 --- /dev/null +++ b/test/integration/net_command.yml @@ -0,0 +1,7 @@ +- hosts: + - vyos + - junos + - ios + gather_facts: false + roles: + - { role: net_command, tags: net_command }