m (Updated times) |
|||
Line 79: | Line 79: | ||
This project meeting is held weekly for progress. Welcome everyone to attend it and give your valuable suggestions. | This project meeting is held weekly for progress. Welcome everyone to attend it and give your valuable suggestions. | ||
* IRC on #fedora-meeting | * IRC on #fedora-meeting | ||
* Each Friday | * Each Friday at 8:30 UTC (9:30 CET and 16:30 Bejing) |
Revision as of 12:26, 20 November 2009
Overview
provide small auto-test system with a web-based interface which can help to customize autoinstall testing.The test system should be small enough for personal use.
Problem Space
The purpose of auto test is to simplify testing,save time, improve efficiency.So the auto-test should help us to solve the following problems:
- the system should be small enough for personal use
- have a very simple interface for user to customize testing or configure testing
- very easy interface for user to set up some services due to some special cases,such as ftp/nfs/http install,etc
- test result is easy to check
Proposed Solution
- use the network install(or libvirt? does it make sense to run on virtual machines? need confirmation) to finish install tests one by one.
- provide web-based interface to customize testing.In the web page,user can specify the path of ISO,select which cases to run or not,edit(import) kickstart file or automaticly generate kickstart file after give some selected parameters (partition,packages,install method).
- web-based interface help to setup some needed services due to some special cases. Modify,add or delete test cases,
- Test result display page help to check the test result easily,the result format is good for testers to post to specified link(have no need to change a lot before post).
Scope
- Any testers from community can install the testing system and run test cases
- After finish testing,testers will post test result to specified wiki
Active Ingredients
- develop a system to run install system
- convert some of the current install test cases to cases which can be run in auto test system
- Provide a test results presentation layer for manual test result submission
Roadmap
your comments
Results
Version 1.0
- Goal: Create a basic system, make it simple and run successfully.
- Case: DVD input and support simplest test cases.
- Platform: Virtual Machine.
- Inputs and Outputs:
- Inputs: DVD, kickstart files, python (shell) scripts.
- Outputs: Logs of whole process(including anaconda logs), test results.
- Approach<<Fix Me>>:
- Create a server, and prepare DVD.iso.
- Create a virtual machine by the server.
- Run test cases using some kickstarts for install tests.
- Send back some logs, successful or not...
- Have some "results parsers" which waits for the logs from the clients and then parses them
- Frameworks studied so far: kvm-autotest, autotest, libvirt, dogtail.
Version 2.0
- Graphical automation testing
- Useful links
- http://libvirt.org/
- http://jlaska.livejournal.com/tag/cobbler
- GUI automation
- http://www.linux-kvm.org/page/KVM-Autotest
- The above autotest is based on this framework: http://autotest.kernel.org/
- The steps to work with step files: http://www.linux-kvm.org/page/KVM-Autotest/Steps
Discussion Points
your comments
Comments?
To leave a comment, use the Talk page for this proposal.
Owner
Fedora auto-install test project
Meeting
This project meeting is held weekly for progress. Welcome everyone to attend it and give your valuable suggestions.
- IRC on #fedora-meeting
- Each Friday at 8:30 UTC (9:30 CET and 16:30 Bejing)