Use pandoc-common instead of python3-kickstart for package tests #170
@ -14,6 +14,10 @@ sub run {
|
|||||||
# update the fake pandoc-common (should come from the real repo)
|
# update the fake pandoc-common (should come from the real repo)
|
||||||
# this can take a long time if we get unlucky with the metadata refresh
|
# this can take a long time if we get unlucky with the metadata refresh
|
||||||
assert_script_run 'dnf -y --disablerepo=openqa-testrepo* --disablerepo=updates-testing update pandoc-common', 600;
|
assert_script_run 'dnf -y --disablerepo=openqa-testrepo* --disablerepo=updates-testing update pandoc-common', 600;
|
||||||
|
if (get_var("DISTRI") eq "rocky") {
|
||||||
|
# pandoc-common is in PowerTools in RockyLinux
|
||||||
|
assert_script_run 'dnf config-manager --set-enabled powertools', 60;
|
||||||
|
}
|
||||||
# check we got the updated version
|
# check we got the updated version
|
||||||
verify_updated_packages;
|
verify_updated_packages;
|
||||||
# now remove pandoc-common, and see if we can do a straight
|
# now remove pandoc-common, and see if we can do a straight
|
||||||
|
Loading…
Reference in New Issue
Block a user