diff --git a/scripts/aptly/aptly_importer_TEST.py b/scripts/aptly/aptly_importer_TEST.py index 2dd64152..be13f1ca 100644 --- a/scripts/aptly/aptly_importer_TEST.py +++ b/scripts/aptly/aptly_importer_TEST.py @@ -131,18 +131,18 @@ def __setup__(self, distros_expected, config_file): self.__clean_up_aptly_test_artifacts() def test_basic_example_creation_from_scratch(self): - self.__setup__(['focal', 'groovy'], 'example.yaml') + self.__setup__(['focal', 'jammy'], 'example.yaml') self.assertTrue(self.manager.run()) self.__assert_expected_repos_mirrors() def test_basic_example_creation_existing_mirror(self): - self.__setup__(['focal', 'groovy'], 'example.yaml') + self.__setup__(['focal', 'jammy'], 'example.yaml') [self.__add_mirror(name) for name in self.expected_mirrors_test_name] self.assertTrue(self.manager.run()) self.__assert_expected_repos_mirrors() def test_basic_example_creation_existing_repo(self): - self.__setup__(['focal', 'groovy'], 'example.yaml') + self.__setup__(['focal', 'jammy'], 'example.yaml') [self.__add_repo(name) for name in self.expected_repos_test_name] self.assertTrue(self.manager.run()) self.__assert_expected_repos_mirrors() diff --git a/scripts/aptly/test/example.yaml b/scripts/aptly/test/example.yaml index 6ba41568..b3844c3f 100644 --- a/scripts/aptly/test/example.yaml +++ b/scripts/aptly/test/example.yaml @@ -1,7 +1,7 @@ --- name: _reprepro_updater_test_suite_ method: http://archive.ubuntu.com/ubuntu/ -suites: ['focal', 'groovy'] +suites: ['focal', 'jammy'] component: main architectures: [i386, amd64, source] filter_formula: Package (% cmake* )