From Fedora Project Wiki

(ignore package conflicts, see https://bugzilla.redhat.com/show_bug.cgi?id=847803#c4)
No edit summary
Line 4: Line 4:
# Mount the {{filename|DVD.iso}} image using a loopback to a directory, for example: {{#tag:pre|# mount -o loop Fedora-{{FedoraVersionNumber|next}}-x86_64-DVD.iso /media/}}
# Mount the {{filename|DVD.iso}} image using a loopback to a directory, for example: {{#tag:pre|# mount -o loop Fedora-{{FedoraVersionNumber|next}}-x86_64-DVD.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.
# Download the [http://git.fedorahosted.org/git/?p=autoqa.git;a=blob_plain;f=tests/conflicts/potential_conflict.py;hb=HEAD potential_conflict.py] script.
# Download the [http://git.fedorahosted.org/cgit/autoqa.git/plain/tests/conflicts/potential_conflict.py] script.
# Check for file conflicts by running the script: <pre>python potential_conflict.py --repofrompath=media,/media -r media</pre>
# Check for file conflicts by running the script: <pre>python potential_conflict.py --repofrompath=media,/media -r media</pre>
|results=
|results=

Revision as of 14:52, 28 March 2013

Description

This is to verify that there are no file conflicts between packages located on the DVD.iso image.


How to test

  1. Mount the DVD.iso image using a loopback to a directory, for example:
    # mount -o loop Fedora-40-x86_64-DVD.iso /media/
    • Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted.
  2. Download the [1] script.
  3. Check for file conflicts by running the script:
    python potential_conflict.py --repofrompath=media,/media -r media

Expected Results

  1. The potential_conflict.py script completes successfully.
  2. No file conflicts were detected.