diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-02-02 18:25:43 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-02-02 18:34:09 +0100 |
commit | cdd7359cc8a28e767de6aed1f6205f41fc055f34 (patch) | |
tree | 68d38fd164b7a0261637f6327bd48fa82713bcef /functest/ci | |
parent | 93a1ae5974a398adec18ed5580f3d328f646ed02 (diff) |
Allow multiple sets of suites in ODL
ODLTests can manage multiple sets of suites passing as run args.
It avoids duplicating odl.py according to ODL features installed (e.g.
netvirt).
Change-Id: Ibb0697ef9441506c3f33627e13a0845cc482e23f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/testcases.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 27d358bf..406ce993 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -99,6 +99,10 @@ tiers: run: module: 'functest.opnfv_tests.sdn.odl.odl' class: 'ODLTests' + args: + suites: + - /home/opnfv/repos/odl_test/csit/suites/integration/basic + - /home/opnfv/repos/odl_test/csit/suites/openstack/neutron - name: onos |