From 9a88c157ecde630f0a2a467fd28613da492b0521 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Wed, 28 Jun 2017 13:27:55 +0530 Subject: [PATCH] add vyos, openvswitch to network-all playbook (#26167) * add vyos to network-all playbook Signed-off-by: Trishna Guha * Add opensvwitch to network-all Signed-off-by: Trishna Guha --- test/integration/network-all.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/network-all.yaml b/test/integration/network-all.yaml index aa7bd438f1c..ebdac4ed9ee 100644 --- a/test/integration/network-all.yaml +++ b/test/integration/network-all.yaml @@ -5,7 +5,9 @@ - { include: iosxr.yaml } - { include: nxos.yaml } - { include: junos.yaml } +- { include: vyos.yaml } - { include: ops.yaml } +- { include: ovs.yaml } - { include: dellos10.yaml } - { include: dellos9.yaml } - { include: dellos6.yaml }