Skip to content

Commit cdf6358

Browse files
committed
fix test for xcp 8.3
1 parent 7f98ca1 commit cdf6358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_guest_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_guest_OS_mapping_check_with_hypervisor(self):
181181
raise unittest.SkipTest("OS name check with hypervisor is supported only on XenServer and VMware")
182182

183183
if self.hypervisor.hypervisor.lower() == "xenserver":
184-
if tuple(map(int, self.hypervisor.hypervisorversion.split("."))) >= (8, 4, 0):
184+
if tuple(map(int, self.hypervisor.hypervisorversion.split("."))) >= (8, 3, 0):
185185
testosname = "Debian Bookworm 12"
186186
else:
187187
testosname = "Debian Jessie 8.0"

0 commit comments

Comments
 (0)