aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-15 10:47:40 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-15 10:52:40 +0200
commit7c8d58fbe548f94c6cecfef7afc66270b395d6e9 (patch)
tree3dcb5b32f6cdd8b0bd7cd212a811aedf4e857967
parentb2b1be21af5de2dd88092be268ae5f817608ecd1 (diff)
Set same dependencies for all vping test cases
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 <cedric.ollivier@orange.com>
-rw-r--r--docker/smoke/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
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'