diff options
author | Daniel Farrell <dfarrell@redhat.com> | 2016-06-07 11:48:35 -0400 |
---|---|---|
committer | Daniel Farrell <dfarrell@redhat.com> | 2016-06-07 13:38:50 -0400 |
commit | d2828dcd84b1c1b8f1699da98ec7f17cf58228da (patch) | |
tree | a16f9d8e1563c099c7b5ebafbc6eeba3f59d5453 /testcases/Controllers/ODL/test_list.txt | |
parent | 5c7bb2ed518f664e2168dcbf70577288fffc9cf3 (diff) |
Use current ODL Integration/Test repo
ODL Integration used to contain system testing, Karaf distribution
building and packaging/delivery logic. It was split into three
projects in August 2015: Int/Test, Int/Distribution and Int/Packaging.
https://wiki.opendaylight.org/view/Archive_Proposals/Integration
The integration.git repo Functest was cloning is the old one,
containing all three projects. It hasn't been updated since the split.
The new integration-test.git repo is the current version of ODL's system
test code.
This change also clones ODL from its official Gerrit, instead of its
GitHub mirror.
Change-Id: I6b38b1fedada504411ca0e0639355339f373084c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Diffstat (limited to 'testcases/Controllers/ODL/test_list.txt')
-rw-r--r-- | testcases/Controllers/ODL/test_list.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/Controllers/ODL/test_list.txt b/testcases/Controllers/ODL/test_list.txt index ad791e553..ec8cd32e2 100644 --- a/testcases/Controllers/ODL/test_list.txt +++ b/testcases/Controllers/ODL/test_list.txt @@ -1,5 +1,5 @@ # List of tests` which will be executed by script start_test.sh # You can specify path to specific robot test file or directory (in that case all tests from directory will be executed) -test/csit/suites/integration/basic/ -test/csit/suites/openstack/neutron/ +csit/suites/integration/basic/ +csit/suites/openstack/neutron/ |