Commit 0c861898 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fixes after peer review

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent c6d43476
...@@ -1260,15 +1260,11 @@ function run_test_on_vm { ...@@ -1260,15 +1260,11 @@ function run_test_on_vm {
EPC_VM_IP_ADDR=$EPC_IPADDR EPC_VM_IP_ADDR=$EPC_IPADDR
fi fi
# Retrieve EPC real IP address # Retrieve EPC real IP address
retrieve_real_epc_ip_addr $EPC_VM_NAME $EPC_VM_CMDS $EPC_VM_IP_ADDR retrieve_real_epc_ip_addr $EPC_VM_NAME $EPC_VM_CMDS $EPC_VM_IP_ADDR
TRANS_MODES=("fdd" "tdd")
#TRANS_MODES=("fdd" "tdd") BW_CASES=(05 10 20)
#BW_CASES=(05 10 20)
TRANS_MODES=("fdd")
BW_CASES=(05)
for TMODE in ${TRANS_MODES[@]} for TMODE in ${TRANS_MODES[@]}
do do
...@@ -1302,9 +1298,6 @@ function run_test_on_vm { ...@@ -1302,9 +1298,6 @@ function run_test_on_vm {
fi fi
get_ue_ip_addr $VM_CMDS $VM_IP_ADDR 1 get_ue_ip_addr $VM_CMDS $VM_IP_ADDR 1
full_terminate
continue
echo "############################################################" echo "############################################################"
echo "Pinging the UE" echo "Pinging the UE"
echo "############################################################" echo "############################################################"
...@@ -1515,6 +1508,8 @@ function run_test_on_vm { ...@@ -1515,6 +1508,8 @@ function run_test_on_vm {
LTEBOX=0 LTEBOX=0
fi fi
else else
if [[ "$EPC_IPADDR" == "" ]]
then
echo "############################################################" echo "############################################################"
echo "Terminate EPC" echo "Terminate EPC"
echo "############################################################" echo "############################################################"
...@@ -1525,6 +1520,7 @@ function run_test_on_vm { ...@@ -1525,6 +1520,7 @@ function run_test_on_vm {
echo "############################################################" echo "############################################################"
S1_NOS1_CFG=0 S1_NOS1_CFG=0
fi fi
fi
for TMODE in ${TRANS_MODES[@]} for TMODE in ${TRANS_MODES[@]}
do do
if [[ $TMODE =~ .*fdd.* ]] if [[ $TMODE =~ .*fdd.* ]]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment