Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target Jammy in place of EOL Groovy in scripts #137

Merged
merged 1 commit into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/aptly/aptly_importer_TEST.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion scripts/aptly/test/example.yaml
Original file line number Diff line number Diff line change
@@ -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* )