X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Fcyclictest.sh;h=920a46b932250faf8396405493d0aaf4a3ae8705;hb=75f93c362f8cde64b02e243d26bf9061f48adc34;hp=c5b980d777983a1b47c81b11662ccca1da7460c0;hpb=596c056f98f1225a2fffd76cf30f6982b69ec0e4;p=kvmfornfv.git diff --git a/ci/envs/cyclictest.sh b/ci/envs/cyclictest.sh index c5b980d77..920a46b93 100755 --- a/ci/envs/cyclictest.sh +++ b/ci/envs/cyclictest.sh @@ -7,9 +7,10 @@ source utils.sh testType=$1 #daily/verify/merge +testName=$2 #idle_idle/stress_idle HOST_IP=$( getHostIP ) pod_config='/opt/scripts/pod.yaml' -cyclictest_context_file='/opt/cyclictest-node-context.yaml' +cyclictest_context_file='/opt/kvmfornfv_cyclictest_'${testName}'.yaml' if [ ! -f ${pod_config} ] ; then echo "file ${pod_config} not found" @@ -30,7 +31,7 @@ function updateConfDaily() { DISPATCHER_TYPE=influxdb DISPATCHER_FILE_NAME="/tmp/yardstick.out" # Use the influxDB on the jumping server - DISPATCHER_INFLUXDB_TARGET="http://10.2.117.21:8086" + DISPATCHER_INFLUXDB_TARGET="http://104.197.68.199:8086" mkdir -p /etc/yardstick cat << EOF > /etc/yardstick/yardstick.conf [DEFAULT] @@ -43,8 +44,8 @@ file_name = ${DISPATCHER_FILE_NAME} [dispatcher_influxdb] timeout = 5 db_name = yardstick -username = root -password = root +username = opnfv +password = 0pnfv2015 target = ${DISPATCHER_INFLUXDB_TARGET} EOF }