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 accelerator on Xen PV & disable zypper_lifecycle on Hyper-V #4456

Merged
merged 2 commits into from
Feb 21, 2018

Conversation

mnowaksuse
Copy link

No description provided.

@@ -927,7 +927,8 @@ sub load_consoletests {
loadtest "console/xfce_gnome_deps";
}
if (!is_staging() && sle_version_at_least('12-SP2')) {
loadtest "console/zypper_lifecycle";
# This test uses serial console too much to be reliable on Hyper-V
loadtest "console/zypper_lifecycle" unless check_var('VIRSH_VMM_FAMILY', 'hyperv');
Copy link
Member

@rwx788 rwx788 Feb 21, 2018

Choose a reason for hiding this comment

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

Could you please add reference to this poo#30613 in the comment, so we could re-enable it in case we get a fix? Otherwise LGTM.

@rwx788 rwx788 merged commit e6e9385 into os-autoinst:master Feb 21, 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
Development

Successfully merging this pull request may close these issues.

2 participants