From Fedora Project Wiki
(adjust associated_release_criterion template invocation) |
(tweak a bit for Products) |
||
Line 2: | Line 2: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This is to verify that there are no broken dependencies between packages located on the {{filename|DVD.iso}} image. | |description=This is to verify that there are no broken dependencies between packages located on an offline install-type image (e.g. the {{filename|Server-DVD.iso}} image). | ||
|actions= | |actions= | ||
# Mount the | # Mount the image using a loopback to a directory, for example: {{#tag:pre|# mount -o loop Fedora-Server-DVD-x86_64-{{FedoraVersionNumber|next}}.iso /media/}} | ||
#* Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted. | #* Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted. | ||
# Check the dependencies of all packages using a <code>repoclosure</code> command: <pre>$ repoclosure --repofrompath myrepo,/media/ --newest -t -r myrepo </pre> | # Check the dependencies of all packages using a <code>repoclosure</code> command: <pre>$ repoclosure --repofrompath myrepo,/media/ --newest -t -r myrepo </pre> |
Revision as of 19:44, 2 October 2014
Description
This is to verify that there are no broken dependencies between packages located on an offline install-type image (e.g. the Server-DVD.iso
image).
How to test
- Mount the image using a loopback to a directory, for example:
# mount -o loop Fedora-Server-DVD-x86_64-42.iso /media/
- Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted.
- Check the dependencies of all packages using a
repoclosure
command:$ repoclosure --repofrompath myrepo,/media/ --newest -t -r myrepo
Expected Results
repoclosure
command finished successfully.- There are no packages with unresolved dependencies. Example:
Added myrepo repo from /media Reading in repository metadata - please wait.... Checking Dependencies Repos looked at: 1 myrepo Num Packages in Repos: 2766