From 3cb007a25ba34687cdf39e08dc40b27c8f6da5b0 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 10 Jul 2019 12:41:09 -0700 Subject: [PATCH] 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. --- tests/cli/test_compose_live-iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cli/test_compose_live-iso.sh b/tests/cli/test_compose_live-iso.sh index c3d8a1e8..3d143748 100755 --- a/tests/cli/test_compose_live-iso.sh +++ b/tests/cli/test_compose_live-iso.sh @@ -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