Repo structure modification
[functest.git] / functest / opnfv_tests / features / sfc / prepare_odl_sfc.py
similarity index 97%
rename from testcases/features/sfc/prepare_odl_sfc.py
rename to functest/opnfv_tests/features/sfc/prepare_odl_sfc.py
index 78f4d76..3d700b8 100755 (executable)
@@ -33,7 +33,7 @@ except:
     INSTALLER_IP = "10.20.0.2"
 
 os.environ['ODL_SFC_LOG'] = "/home/opnfv/functest/results/odl-sfc.log"
-os.environ['ODL_SFC_DIR'] = FUNCTEST_REPO_DIR + "/testcases/features/sfc"
+os.environ['ODL_SFC_DIR'] = FUNCTEST_REPO_DIR + "/opnfv_tests/features/sfc"
 
 command = os.environ['ODL_SFC_DIR'] + ("/server_presetup_CI.bash | "
                                        "tee -a ${ODL_SFC_LOG} "