Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'nologin' parameter for wait_boot #4049

Merged
merged 1 commit into from
Dec 12, 2017
Merged

Conversation

mimi1vx
Copy link
Member

@mimi1vx mimi1vx commented Dec 12, 2017

This allows boot to graphical DM without login to it.
Usable for tests like gnomecase/change_password

Fixes poo#29066

This allows boot to graphical DM without login to it.
Usable for tests like gnomecase/change_password

Fixes poo#29066
@coolo
Copy link
Contributor

coolo commented Dec 12, 2017

I will merge as it blocks us for long enough. But please for next time: please don't use no parameters without no please, it's not confusing without no. Just describe what is done instead. wait_before_login => 1 is way more description than nologin

@coolo coolo merged commit 166d8af into os-autoinst:master Dec 12, 2017
@@ -310,6 +310,7 @@ sub wait_boot {
my $textmode = $args{textmode};
my $ready_time = $args{ready_time} // 200;
my $in_grub = $args{in_grub} // 0;
my $nologin = $args{nologin};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That parameter is not described in the doc-string. That would be appreciated

@mimi1vx mimi1vx deleted the poo_29066 branch June 18, 2018 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants