From: jose.lausuch Date: Tue, 22 Nov 2016 16:22:58 +0000 (+0100) Subject: Fix path for Promise testcase call X-Git-Tag: colorado.3.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=02e92e4c4f579f37bafd13a22ce230aba58faa57;p=functest.git Fix path for Promise testcase call Change-Id: I326f6fd7098653c0b2e72db373922666de6ff04b Signed-off-by: jose.lausuch --- 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'