From Fedora Project Wiki
(First version) |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This page records test results for the Fedora '''16 (PRE-RELEASE)''' [https://fedoraproject.org/wiki/Security_Lab Security Lab Spin]. | |||
== 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 directory on serverbeach1--> | |||
# Download the ISO images for testing: ''' FIXME: point to the current Security Lab SPIN ISO'''. | |||
# Install, if appropriate (some tests may be intended to test the un-installed live environment). | |||
# Perform one or more of the [[:Category:Desktop_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]. If the bug is in the default desktop, propose the bug as a blocker for the appropriate release (see [[QA:SOP_blocker_bug_process|blocker bug process]]). If the bug is in any other desktop, propose it as a nice-to-have bug for the appropriate release (see [[QA:SOP_nth_bug_process|nice-to-have bug process]]). | |||
# 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.}} | |||
{{admon/important|Network Lab requirement|Some tests require a network lab with various services like SSH, HTTP, SMTP, DNS ..., and the firewall configured correctly to allow those services}} | |||
== 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]. | |||
# Once reviewed, make your changes to any current documents that use this template (e.g. {{FULLPAGENAME}}) | |||
# Lastly, update [[{{FULLPAGENAME}}]] 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" | {| class="wikitable sortable" border="1" | ||
! Test Case !! [[Security_Lab]] !! References | ! Test Case !! [[Security_Lab]] !! References | ||
Line 11: | Line 74: | ||
|- | |- | ||
| [[QA:TestCases/Install_Source_Live_Image]] | | [[QA:TestCases/Install_Source_Live_Image]] | ||
| {{result|unknown|SampleUser}} | |||
| <references/> | |||
|- | |||
| [[QA:Testcase_base_firstboot]] | |||
| {{result|unknown|SampleUser}} | |||
| <references/> | |||
|- | |||
| [[QA:Testcase_base_startup]] | |||
| {{result|unknown|SampleUser}} | | {{result|unknown|SampleUser}} | ||
| <references/> | | <references/> | ||
Line 66: | Line 137: | ||
| <references/> | | <references/> | ||
|- | |- | ||
|- | |||
| [[QA:Testcase_OpenSSH]] | |||
| {{result|unknown|SampleUser}} | |||
| <references/> | |||
|} | |} |
Latest revision as of 13:51, 28 June 2011
This page records test results for the Fedora 16 (PRE-RELEASE) Security Lab Spin.
How to test
- Download the ISO images for testing: FIXME: point to the current Security Lab SPIN ISO.
- 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 below.
- If a test fails, file a bug report. If the bug is in the default desktop, propose the bug as a blocker for the appropriate release (see blocker bug process). If the bug is in any other desktop, propose it as a nice-to-have bug for the appropriate release (see nice-to-have bug process).
- 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.
Add or Remove a Test Case
- Please request review for your changes by publishing your test case for review to test@lists.fedoraproject.org.
- Once reviewed, make your changes to any current documents that use this template (e.g. User:Athmane/Draft Security Lab validation matrix)
- Lastly, update User:Athmane/Draft Security Lab validation matrix 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.
Test Result | Explanation | Code Entered |
---|---|---|
Untested - This test has not been run, and is available for anyone to contribute feedback. | {{result|none}}
| |
robatino
|
Passed - The test has been run and the tester determine the test met the expected results | {{result|pass|robatino}}
|
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. | {{result|inprogress|adamwill}}
| |
Failed - Indicates a failed test. A link to a bug must be provided. See Template:Result for details on providing bug information. | {{result|fail|jlaska|XYZ|ZXY}}
| |
[1] | Warning - This test completed and met the expected results of the test, but other issues were encountered during testing that warrant attention.
|
{{result|warn|rhe}} <ref>Brief description about the warning status</ref>
|
Multiple results - More people can easily provide results to a single test case. | {{result|pass|hongqing}} {{result|warn|kparal}}
| |
previous <build> run
|
Result from previous test run - This test result is directly moved from the test run of previous <build>. | {{result|pass|previous <build> run}}
|
Unsupported - An unsupported test or configuration. No testing is required. |
Test Matrix
Test Case | Security_Lab | References |
---|---|---|
QA:Testcase_Mediakit_ISO_Size | Unknown SampleUser
|
|
QA:Testcase_Mediakit_ISO_Checksums | Unknown SampleUser
|
|
QA:TestCases/Install_Source_Live_Image | Unknown SampleUser
|
|
QA:Testcase_base_firstboot | Unknown SampleUser
|
|
QA:Testcase_base_startup | Unknown SampleUser
|
|
QA:Testcase_base_system_logging | Unknown SampleUser
|
|
QA:Testcase_desktop_browser | Unknown SampleUser
|
|
QA:Testcase_desktop_updates | Unknown SampleUser
|
|
QA:Testcase_desktop_login | Unknown SampleUser
|
|
QA:Testcase_desktop_panel_basic | Unknown SampleUser
|
|
QA:Testcase_desktop_error_checks | Unknown SampleUser
|
|
QA:Testcase_desktop_menus | Unknown SampleUser
|
|
QA:Testcase_Nmap | Unknown SampleUser
|
|
QA:Testcase_Wireshark | Unknown SampleUser
|
|
QA:Testcase_Nikto | Unknown SampleUser
|
|
QA:Testcase_OpenVAS | Unknown SampleUser
|
|
QA:Testcase_HTTPing | Unknown SampleUser
|
|
QA:Testcase_Rkhunter | Unknown SampleUser
|
|
QA:Testcase_OpenSSH | Unknown SampleUser
|