From Fedora Project Wiki
(Added livecd-iso-to-disk.sh instructions)
 
(99 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{admon/caution|This is a draft|This is a draft of a document that may or may not be migrated into a more sane namespace.}}
{{draft}}


= Release Criteria =
=== DVD ===


Fedora on the XO is intended to behave as Fedora behaves on other hardware.  
{| class="wikitable collapsible" border="1" width="85%"
 
|-
= Schedule =
! colspan="5" style="background-color: pink;" | DVD.iso installation
 
|-
An up-to-date schedule for Fedora 10 is available at [[Releases/10/Schedule]].  A summary of Fedora XO related test milestones is noted below.
|
 
{| class="wikitable sortable" width=100% style="border: solid 2px white"
{|
|-
! Date !! Milestone
! width="20%"|Release Level !! width="15%"|Test Area !! width="45%"|Test Case !! width="10%"|i386 !! width="10%"|x86_64
|-
| Alpha
| Image Sanity
| [[QA:Testcase_Mediakit_ISO_Size]]
| {{result|pass}} {{result|pass}}
| {{result|pass}} {{result|pass}}
|-
| Alpha
| Image Sanity
| [[QA:Testcase_Mediakit_ISO_Checksums]]
| {{result|pass}}
| {{result|pass}}
|-
| Alpha
| Image Sanity
| [[QA:Testcase_Mediakit_Repoclosure]]
| {{result|pass|robatino}} {{result|pass|kparal}}
| {{result|pass}} {{result|pass}}
|-
| Alpha
| Image Sanity
| [[QA:Testcase_Mediakit_FileConflicts]]
| {{result|pass}} {{result|warn}}
| {{result|pass}} {{result|pass}}
|-
|-
| Tue 2008-09-30  || Public beta
| Alpha
| Boot Methods
| [[QA/TestCases/BootMethodsDvd]]
| {{result|pass}} {{result|pass}}
| {{result|pass}} {{result|pass}}
|-
|-
| Fri 2008-10-10  || Snapshot#1
| Alpha
| Install Source
| [[QA/TestCases/InstallSourceDvd]]
| {{result|pass}} {{result|pass}}
| {{result|pass}} {{result|pass}}
|-
|-
| Fri 2008-10-17  || Snapshot#2
| Alpha
| Repository
| [[QA:Testcase Additional Http Repository]]
| {{result|pass|jlaska}}
| {{result|pass|mkrizek}}
|-
|-
| Fri 2008-10-24  || Snapshot#3
| Alpha
| Repository
| [[QA:Testcase Additional Ftp Repository]]
| {{result|fail}}
| {{result|warn}}
|-
|-
| Tue 2008-11-04  || Preview release
| Alpha
| Repository
| [[QA:Testcase Additional Mirrorlist Repository]]
| {{result|pass}}
| {{result|pass}}
|-
|-
| Tue 2008-11-25  || General Availability
| Beta
| Repository
| [[QA:Testcase Additional NFS Repository]]
| {{result|pass}}
| {{result|pass}}
|-
|-
|}
|}
 
|}
= HOWTO's =
 
The following sections are intended to provide high-level instructions for common tasks encountered by a Fedora XO tester.
 
== Find NEW Fedora XO bugs ==
 
FIXME - provide tinyurl link to NEW Fedora XO Bugs
 
# Search for all bugzilla bugs with the following criteria:
#* status=NEW
#* product=Fedora
#* version=rawhide
#* whiteboard=XO
 
== Triage NEW Fedora XO Bugs ==
 
To help with triaging ...
 
# Start with the list of '''NEW''' Fedora XO bugs at http://tinyurl.com/52wclh
 
For each bug, ask yourself the following questions:
 
# Is the bug specific to the XO hardware or environment?
# Was the following information provided?
#* Build tested (rawhide-YYYYMMDD or package versions)
#* Clear steps to reproduce the problem
 
If the above requirements have been met, please:
# Mark the bug as blocking [[rhbug:FedoraOnXO|461806 (FedoraOnXO)]]
# Change to bug state to '''ASSIGNED'''
 
For further reading, the bug triage process is described in more detail at [[BugZappers]].
 
==Test a MODIFIED Fedora XO Bug ==
 
FIXME - provide tinyurl link to MODIFIED Fedora XO Bugs
 
Ask the following questions:
 
# Are you able to confirm that the steps to reproduce no longer trigger the failure?
# Have any new bugs been introduced as a result of the fix?
# Are any release notes required?
 
When comfortable with the fix:
 
# Add a comment indicating which build or software packages were tested
# Change the bug state to '''CLOSED''' with a resolution of '''RAWHIDE'''
 
If the reported issue has not been addressed:
 
# Add a comment indicating which build or software packages were tested that still exhibit the failure
# Change the state to '''ASSIGNED'''
 
= Documentation =
 
* Installing Fedora to your XO SD card
*# Download the installation script: <pre># wget http://katzj.fedorapeople.org/olpc/livecd-iso-to-disk.sh</pre>
*# Download a Fedora Live image from: <pre># wget http://download.fedora.redhat.com/pub/fedora/linux/releases/test/10-Beta/Live/i686/F10-Beta-i686-Live.iso</pre>
*# Write the live image to your SD card: <pre># bash livecd-iso-to-disk.sh --xo-sd F10-Beta-i686-Live.iso /path/to/sd/device

Latest revision as of 17:09, 7 December 2010

Warning.png
This page is a draft only
It is still under construction and content may change. Do not rely on the information on this page.

DVD

DVD.iso installation
Release Level Test Area Test Case i386 x86_64
Alpha Image Sanity QA:Testcase_Mediakit_ISO_Size
Pass pass
Pass pass
Pass pass
Pass pass
Alpha Image Sanity QA:Testcase_Mediakit_ISO_Checksums
Pass pass
Pass pass
Alpha Image Sanity QA:Testcase_Mediakit_Repoclosure
Pass pass robatino
Pass pass kparal
Pass pass
Pass pass
Alpha Image Sanity QA:Testcase_Mediakit_FileConflicts
Pass pass
Warning warn
Pass pass
Pass pass
Alpha Boot Methods QA/TestCases/BootMethodsDvd
Pass pass
Pass pass
Pass pass
Pass pass
Alpha Install Source QA/TestCases/InstallSourceDvd
Pass pass
Pass pass
Pass pass
Pass pass
Alpha Repository QA:Testcase Additional Http Repository
Pass pass jlaska
Pass pass mkrizek
Alpha Repository QA:Testcase Additional Ftp Repository
Fail fail
Warning warn
Alpha Repository QA:Testcase Additional Mirrorlist Repository
Pass pass
Pass pass
Beta Repository QA:Testcase Additional NFS Repository
Pass pass
Pass pass