Testing ideas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added a short setup procedure) |
||
Line 1: | Line 1: | ||
== |
== Preparing a Testing Environment == |
||
*Install '''qemu''' |
|||
**On Ubuntu: '''aptitude install qemu''' |
|||
**On Fedora: '''yum install qemu''' |
|||
*Select a development [#Development Branches|branch] to focus your testing on (to be referenced when submitting your bug report) |
|||
*Download the '''img''' file from [http://download.laptop.org/xo-1/custom/g1g1/en-708-1/ http://download.laptop.org/xo-1/custom/g1g1/en-708-1/] |
|||
*Launch the image with '''qemu -m 256 -soundhw es1370 -net user -net nic,model=rt8130 -hda en708-1.img''' |
|||
== Submitting a Bug Report == |
|||
== Development Branches == |
|||
There are four current branches of the software for the XO. |
There are four current branches of the software for the XO. |
||
Line 11: | Line 21: | ||
=== Deadend instructions === |
=== Deadend instructions === |
||
<br/><br/><br/><br/><br/><br/> |
<br/><br/><br/><br/><br/><br/> |
||
Revision as of 11:48, 29 June 2008
Preparing a Testing Environment
- Install qemu
- On Ubuntu: aptitude install qemu
- On Fedora: yum install qemu
- Select a development [#Development Branches|branch] to focus your testing on (to be referenced when submitting your bug report)
- Download the img file from http://download.laptop.org/xo-1/custom/g1g1/en-708-1/
- Launch the image with qemu -m 256 -soundhw es1370 -net user -net nic,model=rt8130 -hda en708-1.img
Submitting a Bug Report
Development Branches
There are four current branches of the software for the XO.
- Update.1 (current)
- Stable build that are eligible for signing and distribution
- Joyride
- Testing build where new features are implemented first
- Faster
- OLPC -3
- A rebase of Joyride from Fedora 7 to Fedora 9
Deadend instructions
Old Instructions
- See Test issues for QA test cases.
- add a functional test for your activity.
- add a description of who is editing your activity and where its source is to its info-box.