Yardstick: rename test suite script 93/15193/1
authorMatthewLi <matthew.lijun@huawei.com>
Mon, 6 Jun 2016 06:06:29 +0000 (02:06 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Mon, 6 Jun 2016 06:09:29 +0000 (02:09 -0400)
JIRA: YARDSTICK-279

two scripts are with the same name run_tests.sh, for unittest and test suite running,
confusions are made here, this should be merged after https://gerrit.opnfv.org/gerrit/#/c/14687/

Change-Id: I31aca6144b94a0fd167f5ed77580ba8d9ac4c917
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/yardstick/yardstick-daily.sh

index 51fc9c8..176f1b9 100755 (executable)
@@ -33,7 +33,7 @@ docker pull opnfv/yardstick:$DOCKER_TAG >$redirect
 
 # Run docker
 cmd="sudo docker run ${opts} ${envs} ${labconfig} ${sshkey} opnfv/yardstick \
-    run_tests.sh ${YARDSTICK_DB_BACKEND} ${YARDSTICK_SUITE_NAME}"
+    exec_tests.sh ${YARDSTICK_DB_BACKEND} ${YARDSTICK_SUITE_NAME}"
 echo "Yardstick: Running docker cmd: ${cmd}"
 ${cmd}