From 8001178dffa20e6e28c93c6027d4e6be6a5cccd6 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 6 Dec 2016 20:53:53 -0500 Subject: [PATCH] dovetail: python command added JIRA: DOVETAIL-150 Change-Id: Ib1f916b348a2578c69d159d971a7663b74f61c97 Signed-off-by: MatthewLi --- jjb/dovetail/dovetail-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./ -- 2.16.6