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

boot_into_snapshot moved to boot_into_snapshot #8673

Closed
wants to merge 1 commit into from

Conversation

b10n1k
Copy link
Contributor

@b10n1k b10n1k commented Oct 14, 2019

The boot_into_snapshot has separated from grub_test. This mean that
jobs that used the 'start bootloader from read-only snapshot' make
use of boot_into_snapshot. Apparently we could get rid of the BOOT_TO_SNAPSHOT
variable as well.

boot_to_snapshot
opensuse-Tumbleweed-DVD.x86_64
sle-12-SP5-Server-DVD.x86_64

using grub_test
sle-12-SP5-Server-DVD.x86_64

Copy link
Member

@rwx788 rwx788 left a comment

Choose a reason for hiding this comment

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

As this change will break tests which use wrong module, could you please introduce changes to lib/main_common accordingly? I guess we will need more tests for it too...
Other than that LGTM.

The boot_into_snapshot has separated from grub_test. This mean that
jobs that used the 'start bootloader from read-only snapshot' make
use of boot_into_snapshot. Apparently we could get rid of the BOOT_TO_SNAPSHOT
variable as well.
@b10n1k
Copy link
Contributor Author

b10n1k commented Oct 21, 2019

As this change will break tests which use wrong module, could you please introduce changes to lib/main_common accordingly? I guess we will need more tests for it too...
Other than that LGTM.

lib/main_common.pm has been updated 1d3de4d

@b10n1k b10n1k closed this Oct 21, 2019
@b10n1k b10n1k reopened this Oct 24, 2019

sub run {
my ($self) = @_;
stop_grub_timeout;
Copy link
Member

Choose a reason for hiding this comment

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

We have more steps in grub_test which we should have here. Like entering password if boot partition is encrypted and asserting that grub is shown. And some special steps for xen, for which we don't have VR.

TBH, now I'm not sure if this separation will make out lives any better....

@b10n1k
Copy link
Contributor Author

b10n1k commented Nov 6, 2019

So i am going to close this one as https://progress.opensuse.org/issues/53801 was rejected.

@b10n1k b10n1k closed this Nov 6, 2019
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