diff options
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/vnfsdk-marketplace/provision/sanity_test_vnfsdktestfunction.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/csit/tests/vnfsdk-marketplace/provision/sanity_test_vnfsdktestfunction.robot b/test/csit/tests/vnfsdk-marketplace/provision/sanity_test_vnfsdktestfunction.robot index cff6b58da..473415eab 100644 --- a/test/csit/tests/vnfsdk-marketplace/provision/sanity_test_vnfsdktestfunction.robot +++ b/test/csit/tests/vnfsdk-marketplace/provision/sanity_test_vnfsdktestfunction.robot @@ -4,8 +4,8 @@ Library Process *** Variables *** -${csarpath} enterprise2DC.csar -${upload} uploadCSAR.sh +${csarpath} ${SCRIPTS}/../tests/vnfsdk-marketplace/provision/enterprise2DC.csar +${upload} ${SCRIPTS}/../tests/vnfsdk-marketplace/provision/uploadCSAR.sh *** Test Cases *** @@ -13,4 +13,5 @@ ${upload} uploadCSAR.sh E2E Test case for VNF SDK [Documentation] Upload the VNF Package ${status}= Run Process bash ${upload} ${REPO_IP} ${csarpath} > log.txt shell=yes + Log Status is ${status} |