Merge pull request #651 from zacikpa/fix-variable-support-test
Beakerlib tests adjustments
This commit is contained in:
commit
e8bea35837
2 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ rlJournalStart
|
|||
rlPhaseStartCleanup
|
||||
tunedDisableSystemdRateLimitingEnd
|
||||
tunedProfileRestore
|
||||
rlServiceRestore "tuned"
|
||||
rlPhaseEnd
|
||||
rlJournalPrintText
|
||||
rlJournalEnd
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue