use Rocky Linux controlled openqa-testrepo-1

This commit is contained in:
Trevor Cooper 2023-04-30 11:25:39 -07:00
parent 7efec33b83
commit a947177135
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ sub prepare_test_packages {
# here in case it's not)
script_run 'dnf -y remove python3-kickstart', 180;
# grab the test repo definitions
assert_script_run 'curl -o /etc/yum.repos.d/openqa-testrepo-1.repo https://fedorapeople.org/groups/qa/openqa-repos/openqa-testrepo-1.repo';
assert_script_run 'curl -o /etc/yum.repos.d/openqa-testrepo-1.repo https://git.resf.org/testing/openqa-testrepos/raw/branch/main/openqa-testrepo-1.repo';
# install the test packages from repo1
assert_script_run 'dnf -y --disablerepo=* --enablerepo=openqa-testrepo-1 install python3-kickstart';
if (get_var("DESKTOP") eq 'kde' && get_var("TEST") eq 'desktop_update_graphical') {