mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 05:23:09 +00:00
mediakit_fileconflicts: we need to install python3-dnf now
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ce00bc94f1
commit
eb78e04325
@ -10,6 +10,8 @@ sub run {
|
||||
assert_script_run "mount /dev/cdrom /mnt/iso";
|
||||
# download the check script
|
||||
assert_script_run "curl --retry-delay 10 --max-time 30 --retry 5 -o /usr/local/bin/potential_conflict.py https://pagure.io/fedora-qa/qa-misc/raw/master/f/potential_conflict.py", timeout => 180;
|
||||
# install the dependency
|
||||
assert_script_run "dnf -y install python3-dnf", timeout => 180;
|
||||
# run the check
|
||||
assert_script_run "python3 /usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user