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

Exclude never worked user_defined_snapshots on xen #5428

Merged

Conversation

OleksandrOrlov
Copy link
Contributor

The commit excludes the module from extra_tests_on_gnome job for xen pv, as it was never passed due to the fail of interacting with grub.

For reviewers: After discussion during planning game, it was decided to exclude the module and postpone the further investigations related to the issue (Please see 'Suggestions' section of the related ticket).

Related ticket: poo#35574

@okurz
Copy link
Member

okurz commented Jul 19, 2018

typo "snapsots" in commit message title

@@ -1370,7 +1370,7 @@ sub load_extra_tests_desktop {
# start extra x11 tests from here
loadtest 'x11/vnc_two_passwords';
# TODO: check why this is not called on opensuse
loadtest 'x11/user_defined_snapshot';
loadtest 'x11/user_defined_snapshot' unless (check_var('VIRSH_VMM_FAMILY', 'xen') && check_var('VIRSH_VMM_TYPE', 'linux'));
Copy link
Member

Choose a reason for hiding this comment

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

Please add a comment here why the module is excluded. It should be obvious from the code why we treat these machines in a special way

@OleksandrOrlov OleksandrOrlov changed the title Exclude never worked user_defined_snapsots on xen Exclude never worked user_defined_snapshots on xen Jul 19, 2018
The commit excludes the module from
extra_tests_on_gnome job for xen pv,
as it was never passed due to the fail
of interacting with grub.

[poo#35574](https://progress.opensuse.org/issues/35574)
@rwx788 rwx788 merged commit 7fb6284 into os-autoinst:master Jul 20, 2018
@OleksandrOrlov OleksandrOrlov deleted the 35574_user_defined_snapshot branch July 10, 2020 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants