From Fedora Project Wiki
(added ftp server as another choice of repo) |
(update test case for newUI (can't add incomplete supplementary repos any more, so just test specifying a full repo)) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case verifies | |description=This test case verifies selection of a specific HTTP(or FTP)-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 ''http://'' or ''ftp://'' | ||
# Complete the URL of your desired repository in the text entry field - e.g. download.fedoraproject.org/pub/fedora/linux/development/{{FedoraVersionNumber|next}}/x86_64/os/ | |||
# | # If you have a proxy, configure a proxy as needed by clicking on ''Proxy setup...'' | ||
# | # Configure partitioning in a normal way and complete the installation | ||
# | |||
|results= | |results= | ||
# The package metadata from the HTTP(or FTP) repository is read correctly | # The package metadata from the HTTP (or FTP) repository is read correctly | ||
# | # Installation completes and system reboots successfully | ||
# The repository selected is actually used for installation: this can be checked by examining the {{filename|packaging.log}} log file | |||
# The checked | |||
}} | }} | ||
[[Category:Repository]] | [[Category:Repository]] | ||
[[Category:Installation Repository HTTP/FTP]] | [[Category:Installation Repository HTTP/FTP]] |
Revision as of 01:28, 18 October 2012
Description
This test case verifies selection of a specific HTTP(or FTP)-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 http:// or ftp://
- Complete the URL of your desired repository in the text entry field - e.g. download.fedoraproject.org/pub/fedora/linux/development/42/x86_64/os/
- If you have a proxy, configure a proxy as needed by clicking on Proxy setup...
- Configure partitioning in a normal way and complete the installation
Expected Results
- The package metadata from the HTTP (or FTP) repository is read correctly
- Installation completes and system reboots successfully
- The repository selected is actually used for installation: this can be checked by examining the
packaging.log
log file