|
|
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 submitted. This 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/
| |