diff --git a/lisa/operating_system.py b/lisa/operating_system.py index 2e97c3acfd..ede081eedf 100644 --- a/lisa/operating_system.py +++ b/lisa/operating_system.py @@ -1345,6 +1345,8 @@ def add_azure_core_repo( if not code_name: code_name = self.information.codename repo_url = "http://packages.microsoft.com/repos/azurecore/" + if code_name in ["noble", "oracular"]: + code_name = "bionic" self.add_repository( repo=(f"deb [arch={arch_name}] {repo_url} {code_name} main"), keys_location=[