diff options
author | Jamo Luhrsen <jluhrsen@redhat.com> | 2017-03-08 22:16:15 -0800 |
---|---|---|
committer | Jamo Luhrsen <jluhrsen@redhat.com> | 2017-03-09 23:41:36 -0800 |
commit | 64a5a52fbf44549c018e33221209a1e3315e36b9 (patch) | |
tree | 9dbda200a20f7346cb75895704774a229b9e31df /functest/ci/testcases.yaml | |
parent | 14076a03d4302fb2a3673d4529cb28fad09724b9 (diff) |
Change scenario for odl_netvirt tests to be os-odl_l3-nofeature
Change-Id: Ibf04adcaa0b14c4cdda8fba2ef2826a0c7f3b7d4
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | 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 cf765adf..767380fc 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -161,8 +161,8 @@ tiers: some test suites from upstream using Robot as the test framework. dependencies: - installer: '' - scenario: 'netvirt' + installer: 'apex' + scenario: 'os-odl_l3-nofeature' run: module: 'functest.opnfv_tests.sdn.odl.odl' class: 'ODLTests' |