From Fedora Project Wiki
(some rewording to integrate this graphically repo added test to install repo test) |
(update test case for newUI (can't add incomplete supplementary repos any more, so just test specifying a full repo)) |
||
Line 2: | Line 2: | ||
|description=This test case verifies adding a NFS-based package repository through graphical repository dialog during installation. Testing also includes verifying proper installation of packages included in the repository. | |description=This test case verifies adding a NFS-based package repository through graphical repository dialog during installation. Testing also includes verifying proper installation of packages included in the repository. | ||
|actions= | |actions= | ||
# Boot the installer using any available means ({{filename|netinst.iso}}, pxeboot images or {{filename|DVD.iso}}) | # Boot the installer using any available non-live means ({{filename|netinst.iso}}, pxeboot images or {{filename|DVD.iso}}) | ||
# | # Enter the ''Installation Source'' screen | ||
# | # Click the ''On the network'' radio button and change the drop-down to ''nfs'' | ||
# Enter the path to an NFS repository in the text box - this must be a complete repository for the Fedora release you are testing | |||
# Enter any necessary mount options in the appropriate box and click ''Done'' | |||
# | # Configure partitioning in a normal way and complete the installation | ||
# | |||
# | |||
|results= | |results= | ||
# The package metadata from NFS-based repository is read correctly | # The package metadata from NFS-based repository is read correctly | ||
# The | # The repository selected is actually used for installation: this can be checked by examining the {{filename|packaging.log}} log file | ||
# | # Installation completes and system reboots successfully | ||
}} | }} | ||
[[Category:Repository]] | [[Category:Repository]] | ||
[[Category:Installation Repository NFS]] | [[Category:Installation Repository NFS]] |
Revision as of 23:12, 18 October 2012
Description
This test case verifies adding a NFS-based package repository through graphical repository dialog during installation. Testing also includes verifying proper installation of packages included in the repository.
How to test
- Boot the installer using any available non-live means (
netinst.iso
, pxeboot images orDVD.iso
) - Enter the Installation Source screen
- Click the On the network radio button and change the drop-down to nfs
- Enter the path to an NFS repository in the text box - this must be a complete repository for the Fedora release you are testing
- Enter any necessary mount options in the appropriate box and click Done
- Configure partitioning in a normal way and complete the installation
Expected Results
- The package metadata from NFS-based repository is read correctly
- The repository selected is actually used for installation: this can be checked by examining the
packaging.log
log file - Installation completes and system reboots successfully