diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-06 02:06:29 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-06-06 02:09:29 -0400 |
commit | c3b698241a3b82fc21d6d3081fe7e04755938cb0 (patch) | |
tree | d053656ba030f50345270518ebde4398bb4f4263 | |
parent | 4e1089f55f3b52ddbb2c38246027b58215004037 (diff) |
Yardstick: rename test suite script
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>
-rwxr-xr-x | jjb/yardstick/yardstick-daily.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-daily.sh b/jjb/yardstick/yardstick-daily.sh index 51fc9c823..176f1b985 100755 --- a/jjb/yardstick/yardstick-daily.sh +++ b/jjb/yardstick/yardstick-daily.sh @@ -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} |