From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
==[[Auto Test]]== | ==[[Auto Test]]== | ||
This page list all the information about auto test. | This page list all the information about auto test. | ||
==[[Languages]]== | |||
*Python | |||
**Style Guide for Python Code:http://www.python.org/dev/peps/pep-0008/ | |||
==Fedora Installation Test Automation== | ==Fedora Installation Test Automation== | ||
{{admon/note|Note:|This is for personal note, please do not refer this.}} | {{admon/note|Note:|This is for personal note, please do not refer this.}} |
Revision as of 07:38, 4 January 2011
About
Thanks for visiting my page! I am a Fedora Quality Assurance Engineer and now I am working on the project Fedora installation test automation.
FAS name: hongqing
Email: hoyang@redhat.com
IRC channel: #fedora-qa,#fedora-meeting,#fedora-test-day
Auto Test
This page list all the information about auto test.
Languages
- Python
- Style Guide for Python Code:http://www.python.org/dev/peps/pep-0008/
Fedora Installation Test Automation
- Fedora Desktop
- GNOME,KDE,LXDE,Xfce
- Fedora Installation methods:
- CD/DVD
- Hard Drive
- HTTP Server, FTP Server, NFS Server
- ISO images on NFS Server.
- Live USB
- Fedora Support Platform
- x86
- x86_64
- IA64
- ARM
- Fedora Support CPUs
- Macintosh
- Intel, AMD
- ...
It seems huge, if we wanna cover all!
- Platform
- virt-manager/lib-virt+KVM
- Development
- trigger Testing, refer the current test events being monitored: http://git.fedorahosted.org/git/?p=autoqa.git;a=tree;f=hooks
- Check installation media, refer QA:Installer image presence test case http://fedoraproject.org/wiki/QA:Installer_image_presence_test_case
- detect the prerequirements (arch etc) of the Fedora installation and create the suitable KVM machines.
- start to install fedora (which installation mode to choose)
- log the test result. (cases: installation successes, exception occurs but not block the installation, exception occurs and blocks the installation).
- Works need to do
- explore trigger (AutoQA current monitored events)
- check installation media (This has been done in AutoQA, still need to explore how to call it.)
- access the AutoTest Server from AutoQA client and explore the Python libraries of AutoQA, such as util etc, but it seems there is no documentation.
- explore the files of Fedora, such as .treeinfo, initrd etc. which I need to deal during development.
- Questions
- where to find the AutoQA arguments?