From Fedora Project Wiki
(Update potential_conflict.py link) |
(modify expected result 2 regarding to ticket#116) |
||
Line 9: | Line 9: | ||
|results= | |results= | ||
# The {{filename|potential_conflict.py}} script completes successfully | # The {{filename|potential_conflict.py}} script completes successfully | ||
# No | # No file conflicts were detected for packages included in the media kit, unless the conflicting packages also have explicit Conflicts: tags | ||
}} | }} | ||
[[Category:Installer_Image_Sanity_Test_Cases]] | [[Category:Installer_Image_Sanity_Test_Cases]] |
Revision as of 10:24, 12 August 2010
Description
This test will read in metadata of all packages included on DVD media and determine whether any package or file conflicts exist. Note, the example used in this test applies to the i386 platform. However, this test can be used to detect package file conflicts on other supported platforms.
How to test
- Download the DVD image
- Mount the ISO, for example:
mount -o loop Fedora-12-i386-DVD.iso /media/
- Next, download the potential_conflict.py script.
- Check for file conflicts by running the script:
python potential_conflict.py --repofrompath=media,/media -a i386 -r media
Expected Results
- The
potential_conflict.py
script completes successfully - No file conflicts were detected for packages included in the media kit, unless the conflicting packages also have explicit Conflicts: tags