From Fedora Project Wiki

mNo edit summary
(obsoletion notice)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page records [[QA:Base_validation_testing|base validation testing]] test results for the Fedora '''(VERSION) (PRE-RELEASE)''' release.
{{admon/important|Obsolete|This page is now obsolete. Use [[Template:Validation_results]] instead. See the [[QA/SOP_Release_Validation_Test_Event|SOP]] for more details and instructions on generating results pages.}}
 
== 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 ISO images for testing: please use either a [http://dl.fedoraproject.org/pub/alt/stage/ DVD installer image], or a [http://dl.fedoraproject.org/pub/alt/nightly-composes nightly live image]. Tests in this page should not be desktop dependent, so which live image you select should not matter. [[Delta_ISOs]] for installer images are also available [http://dl.fedoraproject.org/pub/alt/stage/deltaisos/ here]. Some tests may specify use of either a traditional installer image (the DVD image, or a net install image) or a live image; please follow these specifications.
# Perform one or more of the [[:Category:Base_Acceptance_Test_Cases|test cases]] and add your results to the table below.
# If a test fails, [https://bugzilla.redhat.com/enter_bug.cgi file a bug report], and propose the bug as a blocker for the appropriate release (see [[QA:SOP_blocker_bug_process|blocker bug process]]). If you notice a problem during a test which does not constitute a complete failure of the test, you should still file a bug report, but it may not be appropriate to propose it as a blocker. Use your judgment in deciding this, with reference to the [[Fedora_Release_Criteria]], which these tests are intended to verify. If you are unsure, err on the side of proposing the bug as a blocker.
# Don't install updates before performing any of the tests, as when you are testing pre-releases, available updates are not part of the proposed released package set.
 
{{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:test@lists.fedoraproject.org test@lists.fedoraproject.org]. {{#ifeq: {{FULLPAGENAME}} | QA:Desktop validation results template ||
# Once reviewed, make your changes to any current documents that use this template (e.g. {{FULLPAGENAME}}) }}
# Lastly, update [[QA:Base 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;"| {{testresult/none}} {{result|none}}
| ''Unsupported'' - An unsupported test or configuration.  No testing is required.
|
|-
|}
 
 
== '''Test Matrix''' ==
 
{| class="wikitable sortable" border="1"
! Release Level !! Test Case  !! Result !! References
|-
| Alpha
| [[QA:Testcase_base_firstboot]]
| {{result|none}}
| <references/>
|-
| Alpha
| [[QA:Testcase_base_startup]]
| {{result|none}}
| <references/>
|-
| Alpha
| [[QA:Testcase_base_system_logging]]
| {{result|none}}
| <references/>
|-
|}
 
[[Category:Base_validation_testing]]
 
[[Category:QA Templates]]
 
<!--In real event, you need to change above category to:
[[Category: Fedora {16,17,18} {Alpha,Beta,Final} {TC,RC} Test Results|B]]
-->

Latest revision as of 02:24, 23 September 2014

Important.png
Obsolete
This page is now obsolete. Use Template:Validation_results instead. See the SOP for more details and instructions on generating results pages.