diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-04-27 14:15:08 +0300 |
---|---|---|
committer | vitikkan <viktor.tikkanen@nokia.com> | 2016-04-27 14:15:08 +0300 |
commit | 5dfb6fb78a7d4339a5b68147b46ab8aa49ebf866 (patch) | |
tree | 28db79ce089fde0f62bc2ad885246d00e9f5fdd8 /docker | |
parent | aab51caef627cb40d78680563d984dd5c1dbbeef (diff) |
Corrected path for clean_openstack.py
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/prepare_env.sh | 2 | ||||
-rwxr-xr-x | docker/run_tests.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/prepare_env.sh b/docker/prepare_env.sh index f2c45c9a..89c44e4f 100755 --- a/docker/prepare_env.sh +++ b/docker/prepare_env.sh @@ -126,7 +126,7 @@ fi # Generate OpenStack defaults info "Generating OpenStack defaults..." -python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/generate_defaults.py $debug +python ${FUNCTEST_REPO_DIR}/utils/generate_defaults.py $debug ifconfig eth0 mtu 1450 diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 1ef90b24..f51c9e19 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -53,7 +53,7 @@ function clean_openstack(){ if [ $clean == true ]; then echo -e "\n" info "Cleaning Openstack environment..." - python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/clean_openstack.py \ + python ${FUNCTEST_REPO_DIR}/utils/clean_openstack.py \ $debug echo -e "\n" fi |