diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-29 07:42:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-29 07:42:08 +0000 |
commit | 540f46cc10b42df1c3fe7822e1d533b57adb9e34 (patch) | |
tree | 8a3d023b4a597f12d5fe4c0bca4193d5bb593ee1 /functest/ci/testcases.yaml | |
parent | 85ed13e38245eee2c957e76cd6834aa6668d6293 (diff) | |
parent | 0a56dfd7f42d6a6d849e5cf3f82b0863c8a62ffe (diff) |
Merge "Refactor the vyos_vrouter to adopt VNF abstraction"
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r-- | functest/ci/testcases.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 64ca1f48..9f9e402a 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -476,7 +476,6 @@ tiers: - case_name: vyos_vrouter - enabled: false project_name: functest criteria: 100 blocking: false @@ -486,5 +485,5 @@ tiers: installer: 'fuel' scenario: 'nosdn-nofeature' run: - module: 'functest.opnfv_tests.vnf.router.vyos_vrouter' - class: 'VrouterVnf' + module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' + class: 'CloudifyVrouter' |