summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-11-22 17:22:58 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-11-22 17:22:58 +0100
commit02e92e4c4f579f37bafd13a22ce230aba58faa57 (patch)
treec4316364bec93617ec8f6d3e19219a4fb260c4db
parentfa698b424e75db35037329e1c6839e2a0b6576c9 (diff)
Fix path for Promise testcase call
Change-Id: I326f6fd7098653c0b2e72db373922666de6ff04b Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
-rwxr-xr-xtestcases/features/promise.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/promise.py b/testcases/features/promise.py
index cce0f5dc1..e198bde2a 100755
--- a/testcases/features/promise.py
+++ b/testcases/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'