From 5dfb6fb78a7d4339a5b68147b46ab8aa49ebf866 Mon Sep 17 00:00:00 2001
From: vitikkan <viktor.tikkanen@nokia.com>
Date: Wed, 27 Apr 2016 14:15:08 +0300
Subject: Corrected path for clean_openstack.py

Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
---
 docker/prepare_env.sh | 2 +-
 docker/run_tests.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'docker')

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
-- 
cgit