summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-11-22 16:42:33 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-22 16:42:33 +0000
commitc825e41b2ec5ddccd051e7764496e4a2de71fef6 (patch)
tree80bde42a502be2e766d953582dd6277c7c7766b4
parentc90195c2be2788e1c83685956aa1bf8b6043bd34 (diff)
parentad41ae82979667b6cb14597ed5632a0d01e3a729 (diff)
Merge "Fix path for Promise testcase call"
-rwxr-xr-xfunctest/opnfv_tests/features/promise.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/promise.py b/functest/opnfv_tests/features/promise.py
index cce0f5dc1..e198bde2a 100755
--- a/functest/opnfv_tests/features/promise.py
+++ b/functest/opnfv_tests/features/promise.py
@@ -181,7 +181,7 @@ def main():
os.environ["OS_TEST_FLAVOR"] = flavor_id
os.environ["OS_TEST_NETWORK"] = network_dic["net_id"]
- os.chdir(PROMISE_REPO)
+ os.chdir(PROMISE_REPO + '/source/')
results_file_name = RESULTS_DIR + '/' + 'promise-results.json'
results_file = open(results_file_name, 'w+')
cmd = 'npm run -s test -- --reporter json'