diff --git a/tests/modularity_module_list.pm b/tests/modularity_module_list.pm index 6e7f605d..5c2b9271 100644 --- a/tests/modularity_module_list.pm +++ b/tests/modularity_module_list.pm @@ -13,6 +13,10 @@ sub run { # It does not check the content of the further listed lists for any # particular packages, modules or streams. + # Install modular repos if necessary (since fedora-repos-33-0.8 + # they are not installed by default) + script_run('dnf -y install fedora-repos-modular', 180); + # Check that modularity works and dnf can list the modules. assert_script_run('dnf module list');