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

FIX update packagekit gpk on Leap #3961

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

DrMullings
Copy link
Contributor

Exchanged the power_action 'reboot' with a manual approach
since reboot_x11 did not work

@DrMullings
Copy link
Contributor Author

@SergioAtSUSE @andreasstieger this should fix the tests on leap

Copy link
Member

@SergioAtSUSE SergioAtSUSE left a comment

Choose a reason for hiding this comment

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

@DrMullings, please add a verification run for Leap 42.3 and Leap 15 too.

@@ -77,7 +77,8 @@ sub run {
if (match_has_tag("updates_none")) {
send_key 'ret';
if (check_screen "updates_installed-restart", 0) {
power_action 'reboot';
select_console 'root-sonsole';
type_string "reboot\n";
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure if this is the right approach. @okurz already told you to use power_action. Maybe the function power_action needs to be adapted to also care of this use case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That should be the next step, yes.
But I think its more important to get it running first and then fix cosmetic stuff afterwards
@okurz whats you opinion on this?

@SergioAtSUSE
Copy link
Member

If I see verification runs for Leap 42.3 and 15, I can give LGTM and merge

Exchanged the power_action 'reboot' with a manual approach
since reboot_x11 did not work
@DrMullings
Copy link
Contributor Author

DrMullings commented Nov 29, 2017

Copy link
Member

@SergioAtSUSE SergioAtSUSE left a comment

Choose a reason for hiding this comment

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

LGTM

@SergioAtSUSE SergioAtSUSE merged commit 155c367 into os-autoinst:master Nov 29, 2017
@andreasstieger
Copy link
Contributor

I can confirm that the test failures noted in #3941 (comment) are fixed by this.

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