Don't create user when USER_LOGIN is false, but for KDE install
ClosedPublic

Authored by adamwill on Mar 29 2017, 12:57 AM.

Details

Summary

For some reason, we have USER_LOGIN set to 'false' for the KDE
package set install test. I really don't know / remember why
that would be; I'd think we should create a user and log in as
that user to make sure it works properly when installing KDE
from the traditional installer. It's not strictly part of the
package set test, true, but still, seems worth doing.

Also, when USER_LOGIN is set to 'false' and the installer runs,
we create a user called 'false'. This doesn't seem like what we
wanted, so let's not do that. I dunno if there are any other
cases besides the KDE one that this commit changes, but still.

Test Plan

Run the full test suite and look for weirdness, check
KDE package set test works as intended (now creates a user called
'test' and logs in as that user).

Diff Detail

Repository
rOPENQATESTS os-autoinst-distri-fedora
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adamwill created this revision.Mar 29 2017, 12:57 AM
jsedlak accepted this revision.Mar 29 2017, 8:01 AM

Why this DR doesn't allow me to run arc patch? Anyway, looks correct.

This revision is now accepted and ready to land.Mar 29 2017, 8:01 AM
This revision was automatically updated to reflect the committed changes.