diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-06-27 16:54:08 +0200 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2017-06-27 16:54:08 +0200 |
commit | 19aabaacbf55e3616545583f299de368a38e3c4f (patch) | |
tree | f22070b8d13aeac2413b1c61f7bf14535085eeff | |
parent | 4ef95523104ea0efc20869b7522e12c6d1b89613 (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>
-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 2763d0c23..b421dc06d 100644 --- 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' |