m (Update wiki includes) |
(obsolete (old release)) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<!-- page was renamed from QA/TestPlans/Fedora9 | <!-- page was renamed from QA/TestPlans/Fedora9 --> | ||
--> | |||
= Fedora 9 Installation Test Plan = | = Fedora 9 Installation Test Plan = | ||
== Revision history == | == Revision history == | ||
Line 10: | Line 7: | ||
| Date || Revision || Comment | | Date || Revision || Comment | ||
|- | |- | ||
| | | {{date|2007-12-10}} || 0.1 || Initial version | ||
|} | |} | ||
Line 62: | Line 59: | ||
== Test Pass/Fail Criteria == | == Test Pass/Fail Criteria == | ||
* Entrance criteria | * Entrance criteria | ||
* Trees must be generated using release engineering tools (not hand crafted) | ** Trees must be generated using release engineering tools (not hand crafted) | ||
* There must be no unresolved dependencies for packages included in the installation tree | ** There must be no unresolved dependencies for packages included in the installation tree | ||
* There must be no dependency conflicts for packages included in the installation tree | ** There must be no dependency conflicts for packages included in the installation tree | ||
* Any changes in composition of the installation tree are explainable by way of bugzilla | ** Any changes in composition of the installation tree are explainable by way of bugzilla | ||
* Alpha criteria | * Alpha criteria | ||
* Entrance criteria have been met | ** Entrance criteria have been met | ||
* All tier#1 tests have been executed | ** All tier#1 tests have been executed | ||
* Beta criteria | * Beta criteria | ||
* Alpha criteria have been met | ** Alpha criteria have been met | ||
* All tier#1 tests pass | ** All tier#1 tests pass | ||
* All tier#2 tests have been executed | ** All tier#2 tests have been executed | ||
* GA criteria | * GA criteria | ||
* Beta criteria have been met | ** Beta criteria have been met | ||
* All test tiers must pass | ** All test tiers must pass | ||
* Any open defects have been documented as release notes | ** Any open defects have been documented as release notes | ||
== Test Deliverables == | == Test Deliverables == | ||
Line 88: | Line 85: | ||
== Test Cases (Functional) == | == Test Cases (Functional) == | ||
* Support for installation to encrypted block devices - | * Support for installation to encrypted block devices - [[Anaconda/Features/EncryptedBlockDevices]] | ||
* FirstAidKit (Improving Rescue Mode) - | * FirstAidKit (Improving Rescue Mode) - [[Anaconda/Features/FirstAidKit]] | ||
* Improved netconfig UI with NetworkManager by default - | * Improved netconfig UI with NetworkManager by default - [[Anaconda/Features/NetConfigForNM]] | ||
* Allow setting the install source from the second stage - | * Allow setting the install source from the second stage - [[Anaconda/Features/SecondStageInstallSource]] | ||
* Implement support for resizing partitions - | * Implement support for resizing partitions - [[Anaconda/Features/PartitionResizing]] | ||
* Allow download of packages for upgrade prior to rebooting into anaconda - | * Allow download of packages for upgrade prior to rebooting into anaconda - [[Anaconda/Features/PreUpgrade]] | ||
* Use libblkid for filesystem probing - | * Use libblkid for filesystem probing - [[Anaconda/Features/UseLibblkid]] | ||
* Stop using kudzu for probing - | * Stop using kudzu for probing - [[Anaconda/Features/NoMoreKudzu]] | ||
== Test Cases (Non-Functional) == | == Test Cases (Non-Functional) == | ||
Line 129: | Line 126: | ||
| Date || Approver || Comment | | Date || Approver || Comment | ||
|- | |- | ||
| | | {{date|2007-12-10}} || JamesLaska || I approve this message | ||
|} | |} | ||
Line 153: | Line 150: | ||
* Separate wiki page / test plan ... a [http://en.wikipedia.org/wiki/IEEE_829 test summary report] ? | * Separate wiki page / test plan ... a [http://en.wikipedia.org/wiki/IEEE_829 test summary report] ? | ||
* A application to store and query test results? | * A application to store and query test results? | ||
[[Category:Obsolete_Test_Plans]] |
Latest revision as of 08:26, 6 August 2014
Fedora 9 Installation Test Plan
Revision history
Date | Revision | Comment |
Template:Void10 December 2007 | 0.1 | Initial version |
Introduction
This document describes the tests that will be created and used to verify the installation of Fedora9
The goals of this plan are to:
- Organize the test effort
- Communicate the strategy, scope and priorities of the planned tests to all relevant stake-holders for their input and approval
- Serve as a base for the test planning for future Fedora releases
Test Strategy
Instead of outlining all possible installation inputs and outputs, this test plan will focus on defining inputs and outputs at different stages in anaconda. This will also allow different tests to be performed independently during a single installation. For example, one may execute a kickstart delivery via HTTP, raid0 partitioning using 3 physical disks, and a minimal package installation on a para-virtualized xen guest all in single installation. Scenarios where the stages are dependent will be indicated as such in the test case.
Where possible, SNAKE will be used to automate and aid in reproducibility.
Test Priority
This test plan will use a 3 tier classification for test execution priority.
Tier1 is intended to verify that installation is possible on common hardware using common use cases. Verification includes:
- Common boot media
- Common Installation source
- Installation using defaults installation options
- Default Partitioning
Tier2 takes a step further to include more use cases. Tier2 verification consists of:
- All boot media
- All installation sources
- All kickstart delivery methods
- Some architecture specific verification
Lastly, Tier3 captures the remaining identified use cases:
- More exhaustive partitioning schemes
- More complex networking scenarios
- More architecture specific verification
- Network device
- Storage device
- Upgrade testing
Scope
- Testing will include:
- Various methods of booting the installation program
- Manual and kickstart execution of the installation program
- System setup performed by the installation program (networking, modprobe.conf, bootloader, runlevel)
- Booting the installed system
- Items outside the scope of this test plan include:
- Functional verification of software installed on the system
- Installation from media not generated by fedora release engineering
Test Pass/Fail Criteria
- Entrance criteria
- Trees must be generated using release engineering tools (not hand crafted)
- There must be no unresolved dependencies for packages included in the installation tree
- There must be no dependency conflicts for packages included in the installation tree
- Any changes in composition of the installation tree are explainable by way of bugzilla
- Alpha criteria
- Entrance criteria have been met
- All tier#1 tests have been executed
- Beta criteria
- Alpha criteria have been met
- All tier#1 tests pass
- All tier#2 tests have been executed
- GA criteria
- Beta criteria have been met
- All test tiers must pass
- Any open defects have been documented as release notes
Test Deliverables
- This test plan
- A test summary document for each major milestone
- A list of defects filed
- Any test scripts used for automation or verification
Test Cases (Functional)
- Support for installation to encrypted block devices - Anaconda/Features/EncryptedBlockDevices
- FirstAidKit (Improving Rescue Mode) - Anaconda/Features/FirstAidKit
- Improved netconfig UI with NetworkManager by default - Anaconda/Features/NetConfigForNM
- Allow setting the install source from the second stage - Anaconda/Features/SecondStageInstallSource
- Implement support for resizing partitions - Anaconda/Features/PartitionResizing
- Allow download of packages for upgrade prior to rebooting into anaconda - Anaconda/Features/PreUpgrade
- Use libblkid for filesystem probing - Anaconda/Features/UseLibblkid
- Stop using kudzu for probing - Anaconda/Features/NoMoreKudzu
Test Cases (Non-Functional)
Tier#1
Install Source
Test Case | Environment(s) |
QA/TestCases/InstallSourceHttp | all |
QA/TestCases/InstallSourceNfs | all |
QA/TestCases/InstallSourceNfsIso | all |
Package Sets
Test Case | Environment(s) |
QA/TestCases/PackageSetsDefaultPackageInstall | all |
QA/TestCases/PackageSetsMinimalPackageInstall | all |
Partitioning
Test Case | Environment(s) |
QA/TestCases/PartitioningExt3OnNativeDevice | all |
QA/TestCases/PartitioningRootfsOnLvmDevice | all |
QA/TestCases/PartitioningRootfsOnRaid1 | all |
User Interface
Test Case | Environment(s) |
QA/TestCases/UserInterfaceGraphical | all |
QA/TestCases/UserInterfaceText | all |
QA/TestCases/UserInterfaceVnc | all |
Tier#2
Boot Methods
Test Case | Environment(s) |
QA/TestCases/BootMethodsBootIso | all |
QA/TestCases/BootMethodsCdrom | all |
QA/TestCases/BootMethodsDvd | all |
QA/TestCases/BootMethodsUsb | i386, x86_64 |
QA/TestCases/BootMethodsNetboot | ppc |
QA/TestCases/BootMethodsPxeboot | i386, x86_64 |
QA/TestCases/BootMethodsXenParaVirt | x86_64 |
QA/TestCases/BootMethodsRescueMode | all |
Installation Source
Test Case | Environment(s) |
QA/TestCases/InstallSourceCdrom | all |
QA/TestCases/InstallSourceDvd | all |
QA/TestCases/InstallSourceFtpAnonymous | all |
QA/TestCases/InstallSourceHardDrive | all |
Kickstart Delivery
Test Case | Environment(s) |
QA/TestCases/KickstartKsFilePathKsCfg | all |
QA/TestCases/KickstartKsHdDevicePathKsCfg | all |
QA/TestCases/KickstartKsHttpServerKsCfg | all |
QA/TestCases/KickstartKsNfsServerPathKsCfg | all |
Package Sets
Test Case | Environment(s) |
QA/TestCases/PackageSetsEverything | all |
Partitioning
Storage Devices
Test Case | Environment(s) |
QA/TestCases/StorageDeviceSata | all |
QA/TestCases/StorageDeviceScsi | all |
User Interface
Test Case | Environment(s) |
QA/TestCases/UserInterfaceCmdline | all |
QA/TestCases/UserInterfaceTelnet | all |
Tier#3
Boot Methods
Installation Source
Test Case | Environment(s) |
QA/TestCases/InstallSourceFtpNonAnonymous | all |
QA/TestCases/InstallSourceHttpIpv6 | all |
Kickstart Delivery
Package Sets
Partitioning
Test Case | Environment(s) |
QA/TestCases/PartitioningPreExistingLvm2Lvm2 | all |
QA/TestCases/PartitioningPreExistingRaidRaid | all |
Storage Devices
Test Case | Environment(s) |
QA/TestCases/StorageDeviceiScsi | all |
User Interface
Test Case | Environment(s) |
QA/TestCases/UserInterfaceSerial | all |
Recovery
Test Case | Environment(s) |
QA/TestCases/UpdatesImgPrompt | x86_64 |
QA/TestCases/UpdatesImgViaTree | x86_64 |
QA/TestCases/UpdatesImgViaHttp | x86_64 |
QA/TestCases/UpdatesImgViaUsb | x86_64 |
QA/TestCases/TracebackSaveRemote | x86_64 |
QA/TestCases/TracebackDebugMode | x86_64 |
Test Environment/Configs
- Hardware
- i386
- ppc
- x86_64
- Hardware (subject to secondary arch availability)
- ia64
- s389x
Responsibilities
- who's doing what
Schedule/Milestones
- when are they doing it
Risks and Contingencies
- what might go wrong and how we'll handle it
Approvals
Date | Approver | Comment |
Template:Void10 December 2007 | JamesLaska | I approve this message |
References
- Red Hat Enterprise Linux Installation Guide - http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/en-US/RHEL510/Installation_Guide/
- Anaconda Documentation
- Command-line options - http://fedoraproject.org/wiki/Anaconda/Options
- Kickstart options - http://fedoraproject.org/wiki/Anaconda/Kickstart
- Debugging Problems
- Anaconda Bug Reporting Guide - http://fedoraproject.org/wiki/Anaconda/BugReporting
- Source Code Overview - http://fedoraproject.org/wiki/Anaconda/SourceOverview
- Anaconda updates.img - http://fedoraproject.org/wiki/Anaconda/Updates
- Anaconda Stage1 Guide - http://fedoraproject.org/wiki/Anaconda/Stage1DevelopmentGuide
- Anaconda Stage2 Guide - http://fedoraproject.org/wiki/Anaconda/Stage2DevelopmentGuide
Appendices
- Outstanding issues
- How do we collect test feedback?
- Option 1: privileged users can modify wiki directly
- Option 2: email (eeew) ... probably going to have a bit of this
- ... ?
- How do we present test results?
- Separate wiki page / test plan ... a test summary report ?
- A application to store and query test results?