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

remove 2. parameter from send_key & wait for default ssl data to be loaded #4654

Merged
merged 1 commit into from Mar 19, 2018

Conversation

type_string_slow($vsftpd_directives->{pasv_max_port} . "\n");
wait_screen_change { send_key('alt-l', 3) }; # enable SSL, and wait with next step
wait_screen_change { send_key 'alt-s' }; # give path for DSA certificate
wait_screen_change(sub { send_key 'alt-l'; }, 15); # enable SSL, and wait with next step
Copy link
Contributor

Choose a reason for hiding this comment

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

why specific timeout 15?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

by default it was 10, enable ssl option has been skipped, therefore I have increased this value

@kravciak kravciak merged commit 1ca2ca3 into os-autoinst:master Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants