Merge "Switch TestcaseBase to TestCase"
authorCedric Ollivier <ollivier.cedric@gmail.com>
Tue, 28 Mar 2017 08:12:15 +0000 (08:12 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 28 Mar 2017 08:12:15 +0000 (08:12 +0000)
functest/ci/testcases.yaml
functest/opnfv_tests/vnf/router/vyos_vrouter.py

index 5f54b97..9a62770 100755 (executable)
@@ -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'
index 94a3ecf..6c50e83 100644 (file)
@@ -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