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

Wait for keyboard layout change #5701

Closed

Conversation

nicksinger
Copy link
Member

@asdil12 This is a suggestion to circumvent worker performance influencing the test.
With the previous version it could happen, that openQA starts typing "exit" to early and since we're switching keyboard-layouts, linux seems to flush the buffers in such case.

I keep it here in case somebody wants to reintroduce this test later.

@nicksinger
Copy link
Member Author

http://openqa.chell.qa.suse.de/tests/35 to see how it could look like

@@ -45,14 +48,16 @@ sub run {

# check console keyboard layout and restore autologin
select_console('root-console', skip_set_standard_prompt => 1, skip_setterm => 1);
type_string "loadkezs us\n";
Copy link
Member

Choose a reason for hiding this comment

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

This way the console keyboard layout is not implicitly checked, anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants