Skip to content

Commit

Permalink
cicd: fixed perf-ci failing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Mar 12, 2024
1 parent ded841f commit a60f16d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cicd/tcpsctpperf/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo -e "\n\nIPERF Test - Threads: $threads Duration: $time"
echo "*********************************************************************"
$hexec l3ep1 iperf -s -p 12865 2>&1 > /dev/null &
$hexec l3ep1 iperf3 -s -p 13866 --logfile iperf3s.log 2>&1> /dev/null &
sleep 30
sleep 10
$hexec l3h1 ./iperf.sh $threads $time
sudo pkill iperf 2>&1>/dev/null
sudo rm iperf3s.log
Expand All @@ -29,7 +29,7 @@ sleep 2
$hexec l3ep1 ./netserver -4 -p 12865
echo -e "\n\nNETPERF Test - Threads: $threads Duration: $time"
echo "*********************************************************************"
sleep 30
sleep 10
$hexec l3h1 ./netperf.sh $threads $time
sudo pkill netserver

Expand Down Expand Up @@ -59,7 +59,7 @@ echo -e "\n\nIPERF Test - Threads: $threads Duration: $time"
echo "*********************************************************************"
$hexec l3ep1 iperf -s -p 12865 2>&1 > /dev/null &
$hexec l3ep1 iperf3 -s -p 13866 --logfile iperf3s.log 2>&1> /dev/null &
sleep 30
sleep 10
$hexec l3h1 ./iperf.sh $threads $time
sudo pkill iperf 2>&1>/dev/null
sudo rm iperf3s.log
Expand All @@ -69,7 +69,7 @@ sleep 2
$hexec l3ep1 ./netserver -4 -p 12865
echo -e "\n\nNETPERF Test - Threads: $threads Duration: $time"
echo "*********************************************************************"
sleep 30
sleep 10
$hexec l3h1 ./netperf.sh $threads $time
sudo pkill netserver

Expand Down

0 comments on commit a60f16d

Please sign in to comment.