Skip to content

Commit

Permalink
os: Update for Microsoft Azure Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Mar 19, 2024
1 parent 5d235c2 commit ea7435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/operating_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ def name_pattern(cls) -> Pattern[str]:
class CBLMariner(RPMDistro):
@classmethod
def name_pattern(cls) -> Pattern[str]:
return re.compile("^Common Base Linux Mariner|mariner$")
return re.compile("^Common Base Linux Mariner|mariner|azurelinux$")

def __init__(self, node: Any) -> None:
super().__init__(node)
Expand Down

0 comments on commit ea7435d

Please sign in to comment.