From 7c8d58fbe548f94c6cecfef7afc66270b395d6e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 15 Apr 2018 10:47:40 +0200 Subject: [PATCH] Set same dependencies for all vping test cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It allows a fair comparison between odl and nosdn scenarios. Gluon could also be safely removed as scenario filter. https://build.opnfv.org/ci/job/functest-compass-baremetal-daily-master/88/console Change-Id: I0a9268d2038c79320e372d1d35d276560555aa7d Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 2 +- functest/ci/testcases.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index bfc9a4cdc..14dc57bd9 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -18,7 +18,7 @@ tiers: between 2 instances over a private network. dependencies: installer: '' - scenario: '^((?!odl_l3|odl-bgpvpn|gluon).)*$' + scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' class: 'VPingSSH' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 6ea96e35d..2ca54b0bc 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -80,7 +80,7 @@ tiers: between 2 instances over a private network. dependencies: installer: '' - scenario: '^((?!odl_l3|odl-bgpvpn|gluon).)*$' + scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' class: 'VPingSSH' -- 2.16.6