From 9158dd97214402c3943cb8f6a53be5ef21c7e42a Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Mon, 25 Apr 2022 14:02:08 -0700 Subject: [PATCH 1/3] Testing Team Additions / Modifications (#5) * update testing team primary page * add mkdocs-macros-plugin to support page includes * add release_criteria page * add collapsible admonitions * add QA/Testcase_Template * add testcase examples * hide the QA directory from navigation while building content * add support for tabbed content * Update index.md * Update release_criteria.md * Update rc_content_example_only.md * Update Testcase_Boot_Methods_Boot_Iso.md * Update Testcase_Boot_Methods_Dvd.md * add mkdocs-autolinks-plugin - autogenerate relative URLs for interpage links * rewrite Fedora example text * add templates and QA Test Case index * add testcase for USB media creation and testing * add testcase for basic-graphics-mode requirement * add testcases for no-broken-packages requirement * add testcases for repositories must match upstream requirement * add command samples and sample output to no broken packages testcases Co-authored-by: Alan Marshall Co-authored-by: Trevor Cooper Signed-off-by: Neil Hanlon --- qa_content_example_only.md | 3 +++ qa_testcase_bottom.md | 19 +++++++++++++++++++ qa_testcase_supported_systems.md | 18 ++++++++++++++++++ rc_content_bottom.md | 19 +++++++++++++++++++ rc_content_example_only.md | 3 +++ 5 files changed, 62 insertions(+) create mode 100644 qa_content_example_only.md create mode 100644 qa_testcase_bottom.md create mode 100644 qa_testcase_supported_systems.md create mode 100644 rc_content_bottom.md create mode 100644 rc_content_example_only.md diff --git a/qa_content_example_only.md b/qa_content_example_only.md new file mode 100644 index 0000000..fb14dd4 --- /dev/null +++ b/qa_content_example_only.md @@ -0,0 +1,3 @@ + +!!! error "CONTENT EXAMPLE ONLY" + Content on this page *may be* copy-pasta from [Fedora Quality Assurance](https://fedoraproject.org/wiki/QA) documents and needs to be replaced and/or reviewed before publishing for applicability for Rocky Linux. diff --git a/qa_testcase_bottom.md b/qa_testcase_bottom.md new file mode 100644 index 0000000..b5301f6 --- /dev/null +++ b/qa_testcase_bottom.md @@ -0,0 +1,19 @@ + +

Additional Information

+ +=== "Contact" + + If you have questions with respect to this content or to report concerns regarding the use or misuse content please do not hesitate to contact us at [testing@rockylinux.org](mailto:testing@rockylinux.org). + + +=== "Disclaimer" + + Rocky Linux and the Rocky Enterprise Software Foundation (RESF) does not make any express or implied warranties, including but not limited to the warranties of non-infringement of any third party intellectual property rights. RESF does not warrant that any pending trademark applications for trademarks of RESF will result in any granted trademark protection. RESF shall not be liable for any claims relating to user's activities falling within the scope of the permission and user hereby agrees to indemnify, defend and hold RESF and its contributors harmless against any such claim. + +=== "Attribution" + + This work is heavily inspired by the [Fedora Quality Assurance](https://fedoraproject.org/wiki/QA) documents which were made available under [Attribution-Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license unless otherwise noted. + +=== "License" + + This content is licensed under under [Attribution-Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license unless otherwise noted. diff --git a/qa_testcase_supported_systems.md b/qa_testcase_supported_systems.md new file mode 100644 index 0000000..29544ca --- /dev/null +++ b/qa_testcase_supported_systems.md @@ -0,0 +1,18 @@ + +

Supported Systems and Hardware Classes

+ +=== "x86_64" + + TBD + +=== "aarch64" + + TBD + +=== "ppc64" + + TBD + +=== "s309x" + + TBD \ No newline at end of file diff --git a/rc_content_bottom.md b/rc_content_bottom.md new file mode 100644 index 0000000..467d5dc --- /dev/null +++ b/rc_content_bottom.md @@ -0,0 +1,19 @@ + +

Additional Information

+ +=== "Contact" + + If you have questions with respect to this content or to report concerns regarding the use or misuse content please do not hesitate to contact us at [testing@rockylinux.org](mailto:testing@rockylinux.org). + + +=== "Disclaimer" + + Rocky Linux and the Rocky Enterprise Software Foundation (RESF) does not make any express or implied warranties, including but not limited to the warranties of non-infringement of any third party intellectual property rights. RESF does not warrant that any pending trademark applications for trademarks of RESF will result in any granted trademark protection. RESF shall not be liable for any claims relating to user's activities falling within the scope of the permission and user hereby agrees to indemnify, defend and hold RESF and its contributors harmless against any such claim. + +=== "Attribution" + + This work is heavily inspired by the [Fedora Release Requirements](https://fedoraproject.org/wiki/Fedora_Release_Criteria) documents which were made available under [Attribution-Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license unless otherwise noted. + +=== "License" + + This content is licensed under under [Attribution-Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license unless otherwise noted. diff --git a/rc_content_example_only.md b/rc_content_example_only.md new file mode 100644 index 0000000..5e8069b --- /dev/null +++ b/rc_content_example_only.md @@ -0,0 +1,3 @@ + +!!! error "CONTENT EXAMPLE ONLY" + Content on this page *may be* copied from [Fedora Release Requirements](https://fedoraproject.org/wiki/Fedora_Release_Criteria) documentation and needs to be replaced and/or reviewed before publishing for applicability for Rocky Linux. From 3b1f38fa4822e25c90d42a1f7f43a70b8c16f87a Mon Sep 17 00:00:00 2001 From: Brian Clemens Date: Sun, 8 May 2022 21:46:19 +0900 Subject: [PATCH 2/3] feat: pre-commit --- qa_testcase_supported_systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa_testcase_supported_systems.md b/qa_testcase_supported_systems.md index 29544ca..4fe5a53 100644 --- a/qa_testcase_supported_systems.md +++ b/qa_testcase_supported_systems.md @@ -15,4 +15,4 @@ === "s309x" - TBD \ No newline at end of file + TBD From d068a832cb0d3e8f11bac0c69d7e373eec6ea671 Mon Sep 17 00:00:00 2001 From: akatch Date: Fri, 8 Jul 2022 19:01:59 -0500 Subject: [PATCH 3/3] Testing: Installer Requirements (#28) feat: Testcase documentation for Installer Requirements Includes the following: - [x] Media Consistency Verification - [x] Packages and Installer Sources - [x] Installation Interfaces - [x] Minimal Installation - [x] Kickstart Installation - [x] Disk Layouts - [x] Bootloader Disk Selection - [x] Storage Volume Resize - [x] Update Image - [x] Installer Help - [x] Installer Translations --- qa_data_loss_warning.md | 3 +++ qa_setup_boot_to_media.md | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 qa_data_loss_warning.md create mode 100644 qa_setup_boot_to_media.md diff --git a/qa_data_loss_warning.md b/qa_data_loss_warning.md new file mode 100644 index 0000000..cd3523f --- /dev/null +++ b/qa_data_loss_warning.md @@ -0,0 +1,3 @@ +!!! error "DATA LOSS" + **Depending on installer choices this MAY destroy all the data on the test system.** + If you choose to complete the installation of the test system any/all data on the system may be lost. Please do not install on a system whose contents you need to keep. diff --git a/qa_setup_boot_to_media.md b/qa_setup_boot_to_media.md new file mode 100644 index 0000000..6338c77 --- /dev/null +++ b/qa_setup_boot_to_media.md @@ -0,0 +1,6 @@ +1. Obtain access to supported system and hardware class to be installed. +1. Prepare appropriate media for the selected ISO to be tested. + - Example: [QA:Testcase Media USB dd](Testcase_Media_USB_dd.md) +1. Boot the system from the prepared optical, USB media or virtual device attachment. + - Examples: [QA:Testcase Boot Methods Boot ISO](Testcase_Boot_Methods_Boot_Iso.md), [QA:Testcase Boot Methods DVD](Testcase_Boot_Methods_Dvd.md) +1. In the boot menu select the appropriate option to boot the installer.