From 59306e2aef96627bf0482fed53940d0bd3b64047 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sat, 11 Feb 2017 12:12:32 +0000 Subject: [PATCH] Add files via upload (#21062) --- test/integration/net_command.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/integration/net_command.yml diff --git a/test/integration/net_command.yml b/test/integration/net_command.yml new file mode 100644 index 00000000000..958d0961368 --- /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 }