From Fedora Project Wiki

No edit summary
Line 1: Line 1:
= Description =
{{QA/Test_Case
This test will read in metadata of a mediakit and check dependencies in all packages for resolution.
|description=This test will read in metadata of a mediakit and check dependencies in all packages for resolution.
 
|actions=
= Steps To Reproduce =
# Download DVD or CD images
# Download DVD or CD images
# Mount the ISO, for example: <pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre>
# Mount the ISO, for example: <pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre>
# Check the dependencies of all packages, if you have a physical media, the process is the same:<pre>#repoclosure --repofrompath myrepo,/media/ </pre>
# Check the dependencies of all packages, if you have a physical media, the process is the same:<pre>#repoclosure --repofrompath myrepo,/media/ </pre>
 
|results=
= Expected Results =
# Checking dependencies finished successfully
# Checking dependencies finished successfully
# There are no packages with unresolved dependencies from myrepo in the output
# There are no packages with unresolved dependencies from myrepo in the output
}}

Revision as of 07:14, 15 December 2009

Description

This test will read in metadata of a mediakit and check dependencies in all packages for resolution.


How to test

  1. Download DVD or CD images
  2. Mount the ISO, for example:
    #mount -o loop Fedora-12-x86_64-DVD.iso /media/ 
  3. Check the dependencies of all packages, if you have a physical media, the process is the same:
    #repoclosure --repofrompath myrepo,/media/ 

Expected Results

  1. Checking dependencies finished successfully
  2. There are no packages with unresolved dependencies from myrepo in the output