Skip to content

Commit

Permalink
Merge pull request #30 from redhat-performance/desig_nopager
Browse files Browse the repository at this point in the history
AZURE broke, need to designate --no_pager for systemctl status
  • Loading branch information
dvalinrh authored Oct 9, 2024
2 parents 4eec897 + ba71d4d commit d08016c
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 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 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 d08016c

Please sign in to comment.