Skip to content

Commit

Permalink
Merge pull request #17 from redhat-performance/stop_firewall
Browse files Browse the repository at this point in the history
Stop firewall
  • Loading branch information
dvalinrh authored Aug 26, 2022
2 parents 17ec918 + 4ff8f43 commit 2fa2900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uperf/uperf_run
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ uperf_start_remote()
scp -oStrictHostKeyChecking=no ${run_dir}/uperf_build root@$client:${to_home_root}/${to_user}/uperf_build
ssh -oStrictHostKeyChecking=no root@$client "chmod 755 ${to_home_root}/${to_user}/uperf_build"
ssh -oStrictHostKeyChecking=no root@$client "${to_home_root}/${to_user}/uperf_build ${to_home_root} ${to_user}"
ssh -oStrictHostKeyChecking=no root@$client "systemctl stop firewalld"
ssh -f -oStrictHostKeyChecking=no root@$client "nohup /usr/local/bin/uperf -s &"
done
sleep 30
Expand Down Expand Up @@ -443,6 +444,7 @@ execute_test()
#
test_iteration_loop()
{
systemctl stop firewalld
for test_iteration in 1 `seq 2 1 $to_times_to_run`;
do
execute_test $test_iteration
Expand Down

0 comments on commit 2fa2900

Please sign in to comment.