ODL script bugfixes
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 28 Oct 2015 15:20:05 +0000 (16:20 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 28 Oct 2015 15:34:18 +0000 (16:34 +0100)
- misspelled word bugfix, old-->odl
- integration directory removed

JIRA: FUNCTEST-91

Change-Id: If97cccee446ac834133b51a9880684fa2ced6c07
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/Controllers/ODL/CI/start_tests.sh
testcases/Controllers/ODL/CI/test_list.txt

index ddb15ca..5e87726 100755 (executable)
@@ -3,7 +3,7 @@
 
 BASEDIR=`dirname $0`
 RESULTS_DIR='/home/opnfv/functest/results/odl/'
-REPO_DIR='/home/opnfv/repos/old_integration'
+REPO_DIR='/home/opnfv/repos/odl_integration'
 #TODO: read this form config_functest.yaml
 
 # Colors
@@ -49,16 +49,16 @@ set +x
 
 
 # Change openstack password for admin tenant in neutron suite
-sed -i "s/\"password\": \".*\"/\"password\": \"${PASS}\"/" ${REPO_DIR}/integration/test/csit/suites/openstack/neutron/__init__.robot
+sed -i "s/\"password\": \".*\"/\"password\": \"${PASS}\"/" ${REPO_DIR}/test/csit/suites/openstack/neutron/__init__.robot
 
 # Add Start Suite and Teardown Suite
-sed -i "/^Documentation.*/a Suite Teardown     Stop Suite" ${REPO_DIR}/integration/test/csit/suites/openstack/neutron/__init__.robot
-sed -i "/^Documentation.*/a Suite Setup        Start Suite" ${REPO_DIR}/integration/test/csit/suites/openstack/neutron/__init__.robot
+sed -i "/^Documentation.*/a Suite Teardown     Stop Suite" ${REPO_DIR}/test/csit/suites/openstack/neutron/__init__.robot
+sed -i "/^Documentation.*/a Suite Setup        Start Suite" ${REPO_DIR}/test/csit/suites/openstack/neutron/__init__.robot
 
 
 # add custom tests to suite, if there are more custom tests needed this will be reworked
 echo -e "${green}Copy custom tests to suite.${nc}"
-cp -vf ${BASEDIR}/custom_tests/neutron/* ${REPO_DIR}/integration/test/csit/suites/openstack/neutron/
+cp -vf ${BASEDIR}/custom_tests/neutron/* ${REPO_DIR}/test/csit/suites/openstack/neutron/
 
 # List of tests are specified in test_list.txt
 # those are relative paths to test directories from integartion suite
index 63f4cda..ad791e5 100644 (file)
@@ -2,4 +2,4 @@
 # 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/
\ No newline at end of file
+test/csit/suites/openstack/neutron/