Skip to content

Commit

Permalink
Merge pull request #31 from redhat-performance/fix_pager
Browse files Browse the repository at this point in the history
Fix systemctl mistyped option
  • Loading branch information
dvalinrh authored Nov 20, 2024
2 parents d08016c + 65b3fe6 commit 39a0ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uperf/uperf_run
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ uperf_start_remote()
ssh -oStrictHostKeyChecking=no root@$client "systemctl stop firewalld 2> /dev/null"
echo Firewall Status: $client
echo ==================
ssh -oStrictHostKeyChecking=no root@$client "systemctl --no_pager status firewalld"
ssh -oStrictHostKeyChecking=no root@$client "systemctl --no-pager status firewalld"
ssh -f -oStrictHostKeyChecking=no root@$client "nohup /usr/local/bin/uperf -s &"
done
#
Expand Down Expand Up @@ -494,7 +494,7 @@ test_iteration_loop()
systemctl stop firewalld 2> /devnull
echo Firewall status
echo ====================
systemctl --no_pager status firewalld
systemctl --no-pager status firewalld
for test_iteration in 1 `seq 2 1 $to_times_to_run`;
do
execute_test $test_iteration
Expand Down

0 comments on commit 39a0ce6

Please sign in to comment.