From: Cedric Ollivier Date: Tue, 28 Mar 2017 08:12:15 +0000 (+0000) Subject: Merge "Switch TestcaseBase to TestCase" X-Git-Tag: opnfv-5.0.RC1~532 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=514c97b036cf968e03e600a4761757448bef0a0a;hp=407d27585f109e3381bb49041abc49a14b7b5bfe;p=functest.git Merge "Switch TestcaseBase to TestCase" --- diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 5f54b975d..9a62770e9 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -78,7 +78,7 @@ tiers: over a private network. dependencies: installer: '' - scenario: '^((?!odl_l3).)*$' + scenario: '^((?!odl_l3|odl-bgpvpn|gluon).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' class: 'VPingSSH' diff --git a/functest/opnfv_tests/vnf/router/vyos_vrouter.py b/functest/opnfv_tests/vnf/router/vyos_vrouter.py index 94a3ecfd8..6c50e8375 100644 --- a/functest/opnfv_tests/vnf/router/vyos_vrouter.py +++ b/functest/opnfv_tests/vnf/router/vyos_vrouter.py @@ -15,7 +15,7 @@ RESULT_DETAILS_FILE = "test_result.json" class VrouterVnf(base.FeatureBase): def __init__(self): - super(VrouterVnf, self).__init__(project='vRouter', + super(VrouterVnf, self).__init__(project='functest', case='vyos_vrouter', repo='dir_repo_vrouter') self.cmd = 'cd %s && ./run.sh' % self.repo