diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-06-27 16:54:08 +0200 |
---|---|---|
committer | Juraj Linkeš <jlinkes@cisco.com> | 2017-06-27 14:56:41 +0000 |
commit | 5baeb04d8b789c3e6de613b41b8a3d85484f2abf (patch) | |
tree | 7874c2a16dc1516a63f20dcf2eac22717aefe630 | |
parent | 0ce39e2e6062ab1605433418d0a8cfda1a7cdeec (diff) |
Updated fds testcase criteria
Initially, we only executed fds testcase on odl_l2 fdio scenarios.
Now we're extending this to all odl fdio scenarios.
Change-Id: Ieb2454f02847361fdf3274b11f20a996a916ad90
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
-rwxr-xr-x | 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 878867f05..116feaa90 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -198,7 +198,7 @@ tiers: Robot as the test framework. dependencies: installer: 'apex' - scenario: 'odl_l2-fdio' + scenario: 'odl.*-fdio' run: module: 'functest.opnfv_tests.sdn.odl.odl' class: 'ODLTests' |