tests: Remove lorax-composer specific checks

This commit is contained in:
Alexander Todorov 2020-04-30 12:44:02 +03:00 committed by Brian C. Lane
parent 1c218ecbae
commit eb7748236c
1 changed files with 0 additions and 7 deletions

View File

@ -67,18 +67,11 @@ rlJournalStart
else
rlFail "Compose UUID is empty!"
fi
# check if anaconda is really running
until ps -axo comm,pid | grep '^anaconda'; do
sleep 10
rlLogInfo "Waiting for anaconda to start running..."
done;
rlPhaseEnd
rlPhaseStartTest "cancel compose"
rlRun -t -c "$CLI compose cancel $UUID"
rlRun -t -c "$CLI compose info $UUID" 1 "compose is canceled"
rlAssertNotExists "/var/run/anaconda.pid"
rlPhaseEnd
rlPhaseStartTest "compose start again"