From Fedora Project Wiki

m (use https)
(update script link to pagure)
Line 6: Line 6:
# 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/}}
# 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.
# Download the [https://git.fedorahosted.org/cgit/autoqa.git/plain/tests/conflicts/potential_conflict.py potential_conflict.py] script.
# Download the [https://pagure.io/fedora-qa/autoqa/raw/master/f/tests/conflicts/potential_conflict.py 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 04:56, 30 March 2017

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#no-broken-packages release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

This is to verify that there are no file conflicts between packages without an explicit Conflicts: tag located on an offline install-type image (e.g. the Server-DVD.iso image).


How to test

  1. Mount the image using a loopback to a directory, for example:
    # mount -o loop Fedora-Server-DVD-x86_64-40.iso /media/
    • Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted.
  2. Download the potential_conflict.py 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 between packages without an explicit Conflicts: tag were detected.