From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
*How to write AutoQA http://fedoraproject.org/wiki/Writing_AutoQA_Tests | *How to write AutoQA http://fedoraproject.org/wiki/Writing_AutoQA_Tests | ||
*How to login AutoTest Server? | *How to login AutoTest Server? | ||
*Python works with bash o.system("command") |
Revision as of 06:19, 28 December 2010
Fedora Installation Automatic Test
- Platform
- virt-manager/lib-virt+KVM
- Test case
- Download installation media (which media to install? patch, rpm,iso...)
- Check installation media, refer QA:Installer image presence test case http://fedoraproject.org/wiki/QA:Installer_image_presence_test_case
- Install fedora on different archs
- Installation successes, exception occurs but do not block the installation, exception occurs and block the installation.
- Development
- AutoQA patch Process, refer: http://fedoraproject.org/wiki/AutoQA_Patch_Process
- How to download installation media from Koji and Bodhi refer: The current test events being monitored. http://git.fedorahosted.org/git/?p=autoqa.git;a=tree;f=hooks or Writing AutoQA Hooks http://fedoraproject.org/wiki/Writing_AutoQA_Hooks or by command virt-install.
- How to check the images and archs
- How to call virt-manager by command from Python
- How to create different virtual machines from command.
- How to log the test result.
- How to write AutoQA http://fedoraproject.org/wiki/Writing_AutoQA_Tests
- How to login AutoTest Server?
- Python works with bash o.system("command")