Update potential_conflict invocation for Python 3
The script got ported. Yay. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1165fdc969
commit
5a10c537f7
@ -10,11 +10,8 @@ sub run {
|
||||
assert_script_run "mount /dev/cdrom /mnt/iso";
|
||||
# download the check script
|
||||
assert_script_run "curl -o /usr/local/bin/potential_conflict.py https://pagure.io/fedora-qa/qa-misc/raw/master/f/potential_conflict.py";
|
||||
# install python2 and yum - script needs these for now:
|
||||
# https://pagure.io/fedora-qa/qa-misc/issue/4
|
||||
script_run "dnf -y install yum python2", 180;
|
||||
# run the check
|
||||
assert_script_run "python2 /usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media";
|
||||
assert_script_run "/usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media";
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user