tests: Use liveuser account for live-iso boot check

On rawhide you cannot ssh in as root without changing PermitRootLogin,
and really we should be testing that liveuser can login not root.
This commit is contained in:
Brian C. Lane 2019-07-10 12:41:09 -07:00 committed by Alexander Todorov
parent d496da00d9
commit 3cb007a25b
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ rlJournalStart
rlPhaseEnd rlPhaseEnd
rlPhaseStartTest "Verify VM instance" rlPhaseStartTest "Verify VM instance"
# run generic tests to verify the instance # run generic tests to verify the instance, log in a liveuser with no password
ROOT_ACCOUNT_LOCKED=0 verify_image root localhost "-p 2222" ROOT_ACCOUNT_LOCKED=0 verify_image liveuser localhost "-p 2222"
rlPhaseEnd rlPhaseEnd
rlPhaseStartCleanup rlPhaseStartCleanup