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:
parent
d496da00d9
commit
3cb007a25b
@ -55,8 +55,8 @@ rlJournalStart
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest "Verify VM instance"
|
||||
# run generic tests to verify the instance
|
||||
ROOT_ACCOUNT_LOCKED=0 verify_image root localhost "-p 2222"
|
||||
# run generic tests to verify the instance, log in a liveuser with no password
|
||||
ROOT_ACCOUNT_LOCKED=0 verify_image liveuser localhost "-p 2222"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
|
Loading…
Reference in New Issue
Block a user