summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorvitikkan <viktor.tikkanen@nokia.com>2016-04-27 14:15:08 +0300
committervitikkan <viktor.tikkanen@nokia.com>2016-04-27 14:15:08 +0300
commit5dfb6fb78a7d4339a5b68147b46ab8aa49ebf866 (patch)
tree28db79ce089fde0f62bc2ad885246d00e9f5fdd8 /docker
parentaab51caef627cb40d78680563d984dd5c1dbbeef (diff)
Corrected path for clean_openstack.py
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/prepare_env.sh2
-rwxr-xr-xdocker/run_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/prepare_env.sh b/docker/prepare_env.sh
index f2c45c9af..89c44e4f6 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 1ef90b24e..f51c9e194 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