diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-02 22:58:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-02 22:58:29 +0000 |
commit | 0b9ebff37d0be71e496892c72e513d774d8e7ced (patch) | |
tree | c2823d8d3109b1f43fc3ea0283673013912251fd /functest/ci/testcases.yaml | |
parent | c4046f202bef666842dae42a65de3443969d999f (diff) | |
parent | cdd7359cc8a28e767de6aed1f6205f41fc055f34 (diff) |
Merge "Allow multiple sets of suites in ODL"
Diffstat (limited to 'functest/ci/testcases.yaml')
-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 0fffb901..12d791f0 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 |