From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case tests whether you can download mutiple artifacts off the internet irrespective of protocol using aria2 |setup= # Ensure the {{packag...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
# Ensure the {{package|aria2}} package is installed | # Ensure the {{package|aria2}} package is installed | ||
|actions= | |actions= | ||
# Run <code>aria2c https://dl.fedoraproject.org/pub/fedora/linux/ | # Run <code>aria2c https://dl.fedoraproject.org/pub/fedora/linux/releases/34/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-34-1.2.iso</code> to start downloading (in this case the iso file) | ||
# Add <code>aria2c -x 3 /link/of/the/artifact </code> to specify the connect per host, in this case ''3'' represents downloding 3 connection per host | # Add <code>aria2c -x 3 /link/of/the/artifact </code> to specify the connect per host, in this case ''3'' represents downloding 3 connection per host | ||
|results= | |results= |
Latest revision as of 12:39, 16 June 2021
Description
This test case tests whether you can download mutiple artifacts off the internet irrespective of protocol using aria2
Setup
- Ensure the
aria2
package is installed
How to test
- Run
aria2c https://dl.fedoraproject.org/pub/fedora/linux/releases/34/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-34-1.2.iso
to start downloading (in this case the iso file) - Add
aria2c -x 3 /link/of/the/artifact
to specify the connect per host, in this case 3 represents downloding 3 connection per host
Expected Results
- The desired downloaded articfact can be found