From 09550e4f46d7f598327b660288dd4e4d78afc1bb Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 28 Nov 2016 16:22:17 +0000 Subject: [PATCH] Ops (#18652) * Link to missing ops.yaml * Add missing ops.yaml --- test/integration/network-all.yaml | 1 + test/integration/ops.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 test/integration/ops.yaml diff --git a/test/integration/network-all.yaml b/test/integration/network-all.yaml index f75c24b20d..aa7bd438f1 100644 --- a/test/integration/network-all.yaml +++ b/test/integration/network-all.yaml @@ -5,6 +5,7 @@ - { include: iosxr.yaml } - { include: nxos.yaml } - { include: junos.yaml } +- { include: ops.yaml } - { include: dellos10.yaml } - { include: dellos9.yaml } - { include: dellos6.yaml } diff --git a/test/integration/ops.yaml b/test/integration/ops.yaml new file mode 100644 index 0000000000..f371bc0c98 --- /dev/null +++ b/test/integration/ops.yaml @@ -0,0 +1,11 @@ +--- +- hosts: ops + gather_facts: no + connection: local + + vars: + limit_to: "*" + debug: false + + roles: + - { role: ops_command, when: "limit_to in ['*', 'ops_command']" }