From Fedora Project Wiki
(Corrected links from kparal)
m (Updated draft)
Line 1: Line 1:
{{header|qa}}
{{draft}}
{{draft}}


= Introduction =  
== Key ==


'''AutoQA''' is an automated test system for Fedora.  Its design is simple: when certain events occur, AutoQA launches automated tests. Events that AutoQA monitors include:
Please follow the format below when posting test results.


* New packages in the [http://koji.fedoraproject.org koji build system]
{| class="wikitable sortable" border="1"
* A new Fedora update has been created in [https://admin.fedoraproject.org/updates bodhi]
! Priority !! Test Case !! i386 !! x86_64 !! References
* The package repository for Fedora, Fedora updates and Fedora updates-testing has changed
|-
* Installable images of [[Releases/Rawhide|rawhide]] have changed
| Tier1
 
| A sample test
= Getting involved =
| {{result|none}} <ref>Indicates untested. Awaiting help from a tester.</ref>
 
| style="background:lightgrey;"| {{result|none}} <ref> Indicates unsupported configuration </ref>
Just looking?  Follow the links below for general information on the AutoQA project.
| <references/>
 
|-
* Familiarize yourself with the [[AutoQA_architecture|AutoQA architecture overview]]
| Tier2
* Examine [http://git.fedorahosted.org/git/?p=autoqa.git;a=tree;f=tests the current list of tests]
| Another sample test
* Review [http://git.fedorahosted.org/git/?p=autoqa.git;a=tree;f=hooks the current test events being monitored]
| {{result|pass|liam}} <ref>Indicates a test that has passed. </ref>
* You can also [https://fedorahosted.org/mailman/listinfo/autoqa-results review AutoQA test results].  If you'd like constant updates, subscribe to the mailing list.
{{result|inprogress|adamwill}} <ref>Indicates a test that is inprogress. Inprogress results should be temporary and change to pass, fail or warn. </ref>
 
| {{result|fail|jlaska|12345|54321}}  <ref>Indicates a failed test.  A link to a bug must be provided. See [[Template:Result]] for details on providing a bug# </ref>
Interested in writing tests?
{{result|warn|rhe}} <ref>Indicates a test has passsed, however failures where discovered in other areas during testing. </ref>
 
| <references/>
* [[Writing_AutoQA_Tests]]
|-
* [[Writing_AutoQA_Hooks]] ''(optional)''
|}
* [[Install and configure AutoQA]]
* '''FIXME''' -- more ''test developer'' links to come out of use case analysis at [[AutoQA_Use_Cases]]
 
How about contributing back to the AutoQA project?
 
* First, you might be interested in the [[AutoQA_architecture|AutoQA architecture overview]]
* AutoQA uses the [[Autotest]] test harness, you may which to [[Install_and_configure_autotest]]
* '''FIXME''' -- more ''administrator'' links to come out of use case analysis at [[AutoQA_Use_Cases]]
 
= Communicate =
 
Please contact us! We look forward to your ideas and suggestions.
 
* [https://fedorahosted.org/mailman/listinfo/autoqa-devel autoqa-devel] is the mailing list for development discussion of the AutoQA project
* [https://fedorahosted.org/mailman/listinfo/autoqa-results autoqa-results] is where automated test results are submittedThis is intended for test results review only.
* [http://webchat.freenode.net/?channels=#fedora-qa Talk to QA members] about AutoQA on the permanent QA IRC channel <code>#fedora-qa</code>
* Visit the project development page at: https://fedorahosted.org/autoqa/

Revision as of 21:51, 11 January 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.

Key

Please follow the format below when posting test results.

Priority Test Case i386 x86_64 References
Tier1 A sample test
none
[1]
none
[2]
  1. Indicates untested. Awaiting help from a tester.
  2. Indicates unsupported configuration
Tier2 Another sample test
Pass pass liam
[1]
Inprogress inprogress adamwill
[2]
Fail fail jlaska [3] [4]
[5]
Warning warn rhe
[6]
  1. Indicates a test that has passed.
  2. Indicates a test that is inprogress. Inprogress results should be temporary and change to pass, fail or warn.
  3. RHBZ #12345
  4. RHBZ #54321
  5. Indicates a failed test. A link to a bug must be provided. See Template:Result for details on providing a bug#
  6. Indicates a test has passsed, however failures where discovered in other areas during testing.