diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-12-06 20:53:53 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-12-06 20:54:54 -0500 |
commit | 8001178dffa20e6e28c93c6027d4e6be6a5cccd6 (patch) | |
tree | 38182f057258c1dc2e1101673f27d754dfec7dba /jjb | |
parent | 8ea5b3a2e506ef3bbae983c0b2d5b13b3a22e768 (diff) |
dovetail: python command added
JIRA: DOVETAIL-150
Change-Id: Ib1f916b348a2578c69d159d971a7663b74f61c97
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index a310d5258..918634740 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -48,7 +48,7 @@ docker pull opnfv/dovetail:$DOCKER_TAG >$redirect # Run docker echo "Dovetail: docker running..." sudo docker run ${opts} ${envs} ${labconfig} ${sshkey} opnfv/dovetail:${DOCKER_TAG} \ -"${DOVETAIL_REPO_DIR}/dovetail/run.py --testsuite ${TESTSUITE}" +"python ${DOVETAIL_REPO_DIR}/dovetail/run.py --testsuite ${TESTSUITE}" echo "Dovetail: store results..." sudo cp -r ${DOVETAIL_REPO_DIR}/results ./ |