diff options
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 158b550dd..79190091c 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -149,7 +149,7 @@ tiers: integrates some test suites from upstream using Robot as the test framework. dependencies: - DEPLOY_SCENARIO: 'odl' + - DEPLOY_SCENARIO: 'odl' run: module: 'functest.opnfv_tests.sdn.odl.odl' class: 'ODLTests' |