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

LTP: Disable reboot after install to avoid snapshot #4283

Merged
merged 1 commit into from
Jan 25, 2018

Conversation

richiejp
Copy link
Contributor

boot_ltp is marked as a milestone so that we can revert to it during normal
testing. It is also ran after install_ltp as a sanity check to make sure the
system boots into a clean state after installing the LTP (because a lot of
tests depend on it, so we don't want every test to fail in boot_ltp). However
the qcow2 image published by install_ltp has become very large since boot_ltp
was marked as a milestone.

We don't want to remove boot_ltp's milstone, so instead we can remove boot_ltp
from the install_module. At least temporarily.

Also snapshots currently fail a lot, especially for VMs with larger amounts of
RAM in use.

boot_ltp is marked as a milestone so that we can revert to it during normal
testing. It is also ran after install_ltp as a sanity check to make sure the
system boots into a clean state after installing the LTP (because a lot of
tests depend on it, so we don't want every test to fail in boot_ltp). However
the qcow2 image published by install_ltp has become very large since boot_ltp
was marked as a milestone.

We don't want to remove boot_ltp's milstone, so instead we can remove boot_ltp
from the install_module. At least temporarily.

Also snapshots currently fail a lot, especially for VMs with larger amounts of
RAM in use.
@richiejp
Copy link
Contributor Author

@coolo @foursixnine http://rpws.suse.cz/tests/13

@richiejp richiejp merged commit 396fbaf into os-autoinst:master Jan 25, 2018
@@ -113,7 +113,7 @@ sub maybe_load_kernel_tests {
loadtest 'update_kernel';
}
loadtest 'install_ltp';
loadtest 'boot_ltp';
#loadtest 'boot_ltp';
Copy link
Member

@asmorodskyi asmorodskyi Jan 25, 2018

Choose a reason for hiding this comment

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

better delete line if you don't need it, and if you will need it later this is why we using git :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I will probably remove it in the next round of fixes.

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