diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-30 11:36:52 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-30 11:36:52 +0200 |
commit | a6e80436362806e3fff79da2baa1c68bf1ecf647 (patch) | |
tree | 96c7d7a054292a377f2e6e22825897c419722411 | |
parent | 5b4ac607d4c1865ca3cba1c20f5d11444b1ee616 (diff) |
Remove installer constraint on vyos_vrouter test case
Change-Id: I44bdffc76fd2ee842c63b8fcddbe1696f23958a8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | functest/ci/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 868fbecdb..2af686219 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -482,8 +482,8 @@ tiers: description: >- This test case is vRouter testing. dependencies: - installer: 'fuel' - scenario: 'nosdn-nofeature' + installer: '' + scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' class: 'CloudifyVrouter' |