From Fedora Project Wiki
mNo edit summary |
(updates) |
||
Line 1: | Line 1: | ||
{{draft}} | {{draft}} | ||
This page is intended to outline the current state of automated installer tests, identify possible short-term objects and identify task owners. | |||
= Existing Installer Tests = | |||
# {{filename|checkbot.sh}} - runs multiple tests | # {{filename|checkbot.sh}} - runs multiple tests | ||
## Build test - runs {{command|./autogen.sh && ./configure.sh && make}} | ## Build test - runs {{command|./autogen.sh && ./configure.sh && make}} | ||
Line 8: | Line 10: | ||
# {{filename|scripts/buildinstall}} - Used by {{command|pungi}} when creating installable media (see [[How_to_build_a_Rawhide_ISO_image_for_testing|instructions]]) | # {{filename|scripts/buildinstall}} - Used by {{command|pungi}} when creating installable media (see [[How_to_build_a_Rawhide_ISO_image_for_testing|instructions]]) | ||
# {{filename|tests/rats_install/install.py}} - AutoQA test script that does a basic automated kickstart install | # {{filename|tests/rats_install/install.py}} - AutoQA test script that does a basic automated kickstart install | ||
= Project Ideas = | |||
== Update AutoQA storage unit testsuite == | |||
; Scope | |||
: The patchset in the ''clumens'' autoqa branch may need to be refreshed to ''master'' and re-run to check for proper operation. | |||
== Integrate checkbot.sh with AutoQA == | |||
== Automate Installation test matrix == | |||
; Scope | |||
: Automate installation test matrix (see [[Is_anaconda_broken_proposal]]) |
Revision as of 20:22, 12 November 2010
This page is intended to outline the current state of automated installer tests, identify possible short-term objects and identify task owners.
Existing Installer Tests
checkbot.sh
- runs multiple tests- Build test - runs
./autogen.sh && ./configure.sh && make
- Pylint test - Runs
tests/pylint/runpylint.sh
- Build test - runs
tests/anaconda_storage
- Storage unit testsuite in theclumens
branch of autoqa.gitscripts/buildinstall
- Used bypungi
when creating installable media (see instructions)tests/rats_install/install.py
- AutoQA test script that does a basic automated kickstart install
Project Ideas
Update AutoQA storage unit testsuite
- Scope
- The patchset in the clumens autoqa branch may need to be refreshed to master and re-run to check for proper operation.
Integrate checkbot.sh with AutoQA
Automate Installation test matrix
- Scope
- Automate installation test matrix (see Is_anaconda_broken_proposal)