CI Tests: Relax check for RPMs (not applicable to rhel8 modules)

This commit is contained in:
Martin Cermak 2023-05-02 10:47:18 +02:00
parent 0a08050f43
commit 6e53120fd1

View File

@ -41,7 +41,7 @@ collection_path=$(which python | sed 's/\/usr\/bin\/python//')
rlJournalStart
rlPhaseStartSetup
rlAssertRpm --all
# rlAssertRpm --all
rlAssertRpm "systemtap"
rlLogInfo "Running on kernel: $(uname -r)"
rlRun "rpm -qa 'systemtap*'" 0 "Checking systemtap packages"