From Fedora Project Wiki
(new idea) |
mNo edit summary |
||
Line 3: | Line 3: | ||
= Currently available installer tests = | = Currently available installer tests = | ||
# {{filename|checkbot.sh}} - runs multiple tests | # {{filename|checkbot.sh}} - runs multiple tests | ||
## Build test - runs {{ | ## Build test - runs {{command|./autogen.sh && ./configure.sh && make}} | ||
## Pylint test - Runs {{command|tests/pylint/runpylint.sh}} | ## Pylint test - Runs {{command|tests/pylint/runpylint.sh}} | ||
# {{filename|tests/anaconda_storage}} - Storage unit testsuite in the <code>clumens</code> branch of [http://git.fedorahosted.org/git/?p=autoqa.git;a=tree;f=tests/anaconda_storage;h=0d06525d8bf0be410b5c67e15cf815a53e8b7f9f;hb=refs/heads/clumens autoqa.git] | # {{filename|tests/anaconda_storage}} - Storage unit testsuite in the <code>clumens</code> branch of [http://git.fedorahosted.org/git/?p=autoqa.git;a=tree;f=tests/anaconda_storage;h=0d06525d8bf0be410b5c67e15cf815a53e8b7f9f;hb=refs/heads/clumens autoqa.git] | ||
# {{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 |
Revision as of 20:14, 12 November 2010
Currently available 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