diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-07-15 12:43:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-07-15 12:43:42 +0200 |
commit | 5849f3841ca4a15f2440c0725e686e0d94e88f57 (patch) | |
tree | 4c66d0180c2e4267d58f7b3eace10bbb11d66e58 | |
parent | ba4a7802dddca3ca7545e1febaa0a8fbf664a8b9 (diff) |
Typo
Change-Id: I55064f83d2a97eaae2a2861d4451ae34e547c40c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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' |