tests: Remove lorax-composer specific checks
This commit is contained in:
parent
1c218ecbae
commit
eb7748236c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user