|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| This page records Fedora Workstation validation testing results for the Fedora '''(VERSION) (PRE-RELEASE)''' release.
| |
|
| |
| == How to test ==
| |
|
| |
| <!--If there are live images built for the pre-release being tested, change the link in the first step to point to the appropriate subdirectory of http://dl.fedoraproject.org/pub/alt/stage/-->
| |
|
| |
| # Download the Workstation image of the correct architecture from the subdirectory of http://dl.fedoraproject.org/pub/alt/stage/ for the build under test.
| |
| # Install, if appropriate (some tests may be intended to test the un-installed live environment).
| |
| # Perform one or more of the test cases and add your results to the table [[#Results|below]].
| |
| # If a test fails, [https://bugzilla.redhat.com/enter_bug.cgi?classification=Fedora file a bug report]. If you believe the bug violates a release criterion (guidance on this is often included in the test cases), propose the bug as a blocker for the appropriate release (see [[QA:SOP_blocker_bug_process|blocker bug process]]). If not, you may wish to propose it as a freeze exception bug for the appropriate release (see [[QA:SOP_freeze_exception_bug_process|freeze exception bug process]]), or just leave it at that.
| |
| # Don't install updates before performing any of the tests, as the updates available come from updates-testing and are not part of the proposed released package set. For this reason, we recommend leaving the update installation test for last.
| |
|
| |
| {{admon/note|Virtual machine testing|In most cases, testing in a virtual machine is OK.}}
| |
|
| |
| == Add or Remove a Test Case ==
| |
| # Please request review for your changes by publishing your test case for review to [mailto:desktop@lists.fedoraproject.org test@lists.fedoraproject.org]. {{#ifeq: {{FULLPAGENAME}} | QA:Workstation validation results template ||
| |
| # Once reviewed, make your changes to any current documents that use this template (e.g. {{FULLPAGENAME}}) }}
| |
| # Lastly, update [[QA:Workstation validation results template]] with the same changes.
| |
|
| |
| == Key ==
| |
|
| |
| See the table below for a sample format for test results. All test results are posted using the format specified [[Template:Result]].
| |
|
| |
| {| class="wikitable sortable" border="0"
| |
| ! Test Result !! Explanation !! Code Entered
| |
| |-
| |
| | {{result|none}}
| |
| | ''Untested'' - This test has not been run, and is available for anyone to contribute feedback.
| |
| | <code><nowiki>{{result|none}}</nowiki></code>
| |
| |-
| |
| | {{result|pass|robatino}}
| |
| | ''Passed'' - The test has been run and the tester determine the test met the ''expected results''
| |
| | <code><nowiki>{{result|pass|robatino}}</nowiki></code>
| |
| |-
| |
| | {{result|inprogress|adamwill}}
| |
| | ''Inprogress'' - An inprogress result is often used for tests that take a long time to execute. Inprogress results should be temporary and change to pass, fail or warn.
| |
| | <code><nowiki>{{result|inprogress|adamwill}}</nowiki></code>
| |
| |-
| |
| | {{result|fail|jlaska|XYZ|ZXY}}
| |
| | ''Failed'' - Indicates a failed test. A link to a bug must be provided. See [[Template:Result]] for details on providing bug information. <references/>
| |
| | <code><nowiki>{{result|fail|jlaska|XYZ|ZXY}}</nowiki></code>
| |
| |-
| |
| | {{result|warn|rhe}} <ref>Brief description about the warning status</ref>
| |
| | ''Warning'' - This test completed and met the ''expected results'' of the test, but other issues were encountered during testing that warrant attention.<references/>
| |
| | <code><nowiki>{{result|warn|rhe}} <ref>Brief description about the warning status</ref></nowiki></code>
| |
| |-
| |
| | {{result|pass|hongqing}} {{result|warn|kparal}}
| |
| | ''Multiple results'' - More people can easily provide results to a single test case.
| |
| | <code><nowiki>{{result|pass|hongqing}} {{result|warn|kparal}}</nowiki></code>
| |
| |-
| |
| | {{result|pass|previous <build> run}}
| |
| | ''Result from previous test run'' - This test result is directly moved from the test run of previous ''<build>''.<references/>
| |
| | <code><nowiki>{{result|pass|previous <build> run}}</nowiki></code>
| |
| |-
| |
| | style="background:lightgrey;"|
| |
| | ''Unsupported'' - An unsupported test or configuration. No testing is required.
| |
| |
| |
| |-
| |
| |}
| |
|
| |
| == '''Results''' ==
| |
|
| |
| {| class="wikitable sortable" border="1" | | {| class="wikitable sortable" border="1" |
| ! Release Level !! Test Case !! Result !! References | | ! Release Level !! Test Case !! Result !! References |
Line 131: |
Line 69: |
| | Final | | | Final |
| | [[QA:Testcase_workstation_theming]] | | | [[QA:Testcase_workstation_theming]] |
| | | {{result|none}} |
| | | <references/> |
| | |- |
| | | Final |
| | | [[QA:Testcase_desktop_printing_local]] |
| | {{result|none}} | | | {{result|none}} |
| | <references/> | | | <references/> |
| |- | | |- |
| |} | | |} |
|
| |
| [[Category:QA Templates]]
| |
|
| |
| <!--In real event, you need to change above category to:
| |
| [[Category: Fedora {21,22,23} {Alpha,Beta,Final} {TC,RC} Test Results|W]]
| |
| -->
| |