# updateConfDaily
#fi
-echo "changing the qemu-migrate.py"
-sed -i "s/\/root\/workspace/\/root\/workspace\//g" ${yardstick_prefix}/qemu_migrate.py
-sed -i "s/host.put_file/host._put_file_shell/g" ${yardstick_prefix}/qemu_migrate.py
#Running livemigration through yardstick
echo "Executing livemigration through yardstick"
elif [ ${test_env} == "local" ];then
source $WORKSPACE/ci/cyclicTestTrigger.sh $HOST_IP
connect_host
+ #Update pod.yaml with IP
+ cd $WORKSPACE/tests/
+ sed -ri "s/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/${HOST_IP}/" pod.yaml
+ #Cleaning the environment before running Livemigration through yardstick
env_clean
- #Waiting for ssh to be available for the host machine.
+ #Waiting for ssh to be available for the host machine
sleep 20
if runLiveMigration ${test_env} ${test_name};then
livemigration_result=`expr ${livemigration_result} + 0`
RTE_TARGET = 'x86_64-native-linuxapp-gcc'
# Ixia/IxNet configuration
TRAFFICGEN_IXIA_CARD = '1'
-TRAFFICGEN_IXIA_PORT1 = '3'
-TRAFFICGEN_IXIA_PORT2 = '4'
+TRAFFICGEN_IXIA_PORT1 = '9'
+TRAFFICGEN_IXIA_PORT2 = '10'
#TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/ixnetwork/8.01.1029.6/lib/IxTclNetwork'
TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixia/ixnetwork/8.01.1029.6/lib/IxTclNetwork'
# Ixia traffic generator
RTE_TARGET = 'x86_64-native-linuxapp-gcc'
# Ixia/IxNet configuration
TRAFFICGEN_IXIA_CARD = '1'
-TRAFFICGEN_IXIA_PORT1 = '3'
-TRAFFICGEN_IXIA_PORT2 = '4'
+TRAFFICGEN_IXIA_PORT1 = '9'
+TRAFFICGEN_IXIA_PORT2 = '10'
#TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/ixnetwork/8.01.1029.6/lib/IxTclNetwork'
TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixia/ixnetwork/8.01.1029.6/lib/IxTclNetwork'
# Ixia traffic generator