diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index e55a732f..f73999de 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -43,7 +43,7 @@ sub run { # REPOSITORY_VARIATION should be set to repository URL without version and architecture # appended (it will be appended automatically) - $repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/".get_var("ARCH")."/os"; + $repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/Everything/".get_var("ARCH")."/os"; type_string " inst.repo=".$repourl; } diff --git a/tests/install_source_variation.pm b/tests/install_source_variation.pm index a4c3c0c2..c90fa22c 100644 --- a/tests/install_source_variation.pm +++ b/tests/install_source_variation.pm @@ -10,7 +10,7 @@ sub run { my $repourl = ""; - $repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/".get_var("ARCH")."/os"; + $repourl = get_var("REPOSITORY_VARIATION")."/".lc(get_var("VERSION"))."/Everything/".get_var("ARCH")."/os"; # check that the repo was used $self->root_console;