Skip to content

Commit

Permalink
Merge pull request #651 from zacikpa/fix-variable-support-test
Browse files Browse the repository at this point in the history
Beakerlib tests adjustments
  • Loading branch information
yarda authored Jul 23, 2024
2 parents cbf7bf7 + 609f2a4 commit e8bea35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/beakerlib/error-messages/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rlJournalStart
rlPhaseStartCleanup
tunedDisableSystemdRateLimitingEnd
tunedProfileRestore
rlServiceRestore "tuned"
rlPhaseEnd
rlJournalPrintText
rlJournalEnd
2 changes: 1 addition & 1 deletion tests/beakerlib/variables-support-in-profiles/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rlJournalStart
rlPhaseStartSetup
rlAssertRpm $PACKAGE
rlImport "tuned/basic"
rlRun "tunedDisableSystemdRateLimitingStart"
tunedDisableSystemdRateLimitingStart
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
rlRun "pushd $TmpDir"
rlServiceStart "tuned"
Expand Down

0 comments on commit e8bea35

Please sign in to comment.