From Fedora Project Wiki
(make it more generic (don't specify button names)) |
(clarify HTTPS and drop FTP, per https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org/thread/KJAUUCMCG2IAEAXH6OQMX45KWOFTWANB/) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|Alpha|remote-package-sources}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This is to verify that an installation can be performed from a HTTP/ | |description=This is to verify that an installation can be performed from a HTTP/HTTPS repository configured in the [[Anaconda]] GUI. | ||
|actions= | |actions= | ||
# Boot the installer using any available non-live means (anything except {{filename|Live.iso}}) | # Boot the installer using any available non-live means (anything except {{filename|Live.iso}}) | ||
# Change the installation source to point to a custom HTTP/ | # Change the installation source to point to a custom HTTP/HTTPS repository | ||
#* You pick one from the [ | #* You can pick one from the [https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-{{FedoraVersionNumber|next}}&arch=x86_64 list of mirrors] or you can use the default redirect https://download.fedoraproject.org/pub/fedora/linux/development/{{FedoraVersionNumber|next}}/x86_64/os (change the architecture to match the architecture of your installation media, if needed). | ||
# Proceed with installation | # Proceed with installation | ||
|results= | |results= | ||
<ol> | <ol> | ||
<li>The installer accepts the HTTP/ | <li>The installer accepts the HTTP/HTTPS repository definition</li> | ||
<li>The said repository is used for installation. This can be checked by examining the {{filename|/tmp/packaging.log}} file. Example output: | <li>The said repository is used for installation. This can be checked by examining the {{filename|/tmp/packaging.log}} file. Example output: | ||
{{#tag:pre| | {{#tag:pre| | ||
Line 20: | Line 22: | ||
}} | }} | ||
[[Category:Repository]] | [[Category:Repository]] | ||
[[Category:Installation Repository HTTP | [[Category:Installation Repository HTTP]] |
Latest revision as of 09:32, 7 January 2021
Description
This is to verify that an installation can be performed from a HTTP/HTTPS repository configured in the Anaconda GUI.
How to test
- Boot the installer using any available non-live means (anything except
Live.iso
) - Change the installation source to point to a custom HTTP/HTTPS repository
- You can pick one from the list of mirrors or you can use the default redirect https://download.fedoraproject.org/pub/fedora/linux/development/42/x86_64/os (change the architecture to match the architecture of your installation media, if needed).
- Proceed with installation
Expected Results
- The installer accepts the HTTP/HTTPS repository definition
- The said repository is used for installation. This can be checked by examining the
/tmp/packaging.log
file. Example output:09:34:37,295 DEBUG packaging: adding yum repo anaconda with baseurl http://download.fedoraproject.org/pub/fedora/linux/development/42/x86_64/os and mirrorlist None 09:34:37,313 DEBUG packaging: disabling repo fedora 09:34:37,313 DEBUG packaging: disabling repo updates-testing 09:34:37,314 DEBUG packaging: disabling repo updates
- The installation completes and the new system initiates boot properly