summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiaodong shang <shang.xiaodong@zte.com.cn>2018-01-03 17:56:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-03 17:56:37 +0000
commitd34e39b641ab1ef5436ace62a814a5d8b027853b (patch)
treec7e95c1378bb484d8620de1deb3f88ac11b0e1ab
parent2c8385ef87f8d8ba38e0b2f520402ebfe6a530e4 (diff)
parent0a067a42b6d6493cbae51f75557e162a5fa497a8 (diff)
Merge "Replace relative path with absolute path for functest script"
-rwxr-xr-xtests/functest_run.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functest_run.sh b/tests/functest_run.sh
index d8aab32..bdbe898 100755
--- a/tests/functest_run.sh
+++ b/tests/functest_run.sh
@@ -49,10 +49,10 @@ PARSER_ROLE=admin
PARSER_STACK_NAME=vRNC_Stack
-# VRNC_INPUT_TEMPLATE_FILE=../tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml
-# VRNC_INPUT_TEMPLATE_RAW_FILE=../tosca2heat/heat-translator/translator/tests/data/test_tosca_nfv_sample.yaml
-VRNC_INPUT_TEMPLATE_RAW_FILE=../tosca2heat/heat-translator/translator/tests/data/vRNC/Definitions/vRNC.yaml
-VRNC_OUTPUT_TEMPLATE_FILE=../tosca2heat/heat-translator/translator/tests/data/vRNC/vRNC_Hot_Template.yaml
+# VRNC_INPUT_TEMPLATE_FILE=${PRASER_WORK_DIR}/../tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml
+# VRNC_INPUT_TEMPLATE_RAW_FILE=${PRASER_WORK_DIR}/../tosca2heat/heat-translator/translator/tests/data/test_tosca_nfv_sample.yaml
+VRNC_INPUT_TEMPLATE_RAW_FILE=${PRASER_WORK_DIR}/../tosca2heat/heat-translator/translator/tests/data/vRNC/Definitions/vRNC.yaml
+VRNC_OUTPUT_TEMPLATE_FILE=${PRASER_WORK_DIR}/../tosca2heat/heat-translator/translator/tests/data/vRNC/vRNC_Hot_Template.yaml
VRNC_INPUT_TEMPLATE_FILE=${VRNC_INPUT_TEMPLATE_RAW_FILE%.*}_patch.yaml