Skip to content

Commit a5f5147

Browse files
bhagyapathakLiliDeng
authored andcommitted
Fix verify_azsecpack for Azure Linux 3.0
1 parent 6bcccad commit a5f5147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microsoft/testsuites/vm_extensions/azsecpack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,14 @@ def _is_supported(self, node: Node) -> None:
346346
Ubuntu: [20, 22, 18],
347347
SLES: [15],
348348
AlmaLinux: [8],
349-
CBLMariner: [2],
349+
CBLMariner: [2, 3],
350350
}
351351
supported_major_versions_arm64 = {
352352
Redhat: [8, 9],
353353
CentOs: [7],
354354
Debian: [11],
355355
Ubuntu: [20],
356-
CBLMariner: [2],
356+
CBLMariner: [2, 3],
357357
}
358358

359359
arch = node.os.get_kernel_information().hardware_platform # type: ignore

0 commit comments

Comments
 (0)