From c49228bb0f371d929f64376d26c66da47fcf007b Mon Sep 17 00:00:00 2001 From: Fabrizio Pasqualin Date: Thu, 11 Apr 2019 13:25:45 +0200 Subject: [PATCH] Guide is now focusing more on Kernel Test Days Signed-off-by: Fabrizio Pasqualin --- modules/ROOT/nav.adoc | 2 +- ...-regression-test.adoc => howto-kernel-testday.adoc} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename modules/ROOT/pages/kernel/{howto-regression-test.adoc => howto-kernel-testday.adoc} (92%) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index d9a7b2f..df16715 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -57,7 +57,7 @@ * xref:kernel/overview.adoc[Kernel] ** xref:kernel/troubleshooting.adoc[Troubleshooting] ** xref:kernel/build-custom-kernel.adoc[Building a Custom Kernel] -** xref:kernel/howto-regression-test.adoc[How to do a kernel regression test] +** xref:kernel/howto-kernel-testday.adoc[Guide for Kernel Test Days] * Virtualization diff --git a/modules/ROOT/pages/kernel/howto-regression-test.adoc b/modules/ROOT/pages/kernel/howto-kernel-testday.adoc similarity index 92% rename from modules/ROOT/pages/kernel/howto-regression-test.adoc rename to modules/ROOT/pages/kernel/howto-kernel-testday.adoc index 000e97b..43b2ccf 100644 --- a/modules/ROOT/pages/kernel/howto-regression-test.adoc +++ b/modules/ROOT/pages/kernel/howto-kernel-testday.adoc @@ -1,12 +1,12 @@ -Kernel Regression Test -====================== +Kernel Test Days +================ Author Name 2019-04-08 -:description: This is a quick guide documenting steps for Kernel Test Days. +:description: A quick guide for Kernel Test Days. :toc: :compat-mode!: -Especially during *Kernel Test Days*, a Kernel Regression Test will help to detect and troubleshoot any issue with a new kernel version, before wider usage. It consist in running a series of tests provided by the https://pagure.io/kernel-tests[Kernel Test Suite] +During *Kernel Test Days*, contributors are asked to run a Kernel Regression Test which will help to detect and troubleshoot any issue with a new kernel version, before wider usage. It consist in running a series of tests provided by the https://pagure.io/kernel-tests[Kernel Test Suite] The main goal of a Kernel Test Day is to test a new kernel on many different machines as possible. @@ -23,7 +23,7 @@ You can then boot the live image and run the tests without worries of messing up You can also install the new kernel on a Virtual Machine running an up to date Fedora release and do the test in the VM. In this case you can just add https://copr.fedorainfracloud.org/coprs/jforbes/kernel-stabilization/[this] *Copr repository* on the Fedora distro running in your VM. -Once you added the rep: +Once you added the repository: sudo dnf upgrade && sudo dnf install kernel-5.0.0-200.fc29.x86_64