tests/zipl-sync - fix rpm check
This commit is contained in:
parent
f53ba412d2
commit
264e560fe6
@ -27,13 +27,13 @@
|
||||
# Include Beaker environment
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
PACKAGE="s390utils-core strace"
|
||||
PACKAGES="s390utils-core strace"
|
||||
|
||||
log=/tmp/zipl.log
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlAssertRpm $PACKAGE
|
||||
rlAssertRpm --all
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest "Check if zipl is using syncfs() instead of potentially blocking sync()"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user