Skip to content

Commit

Permalink
test: fix test_guest_os.py failure on xcpng82
Browse files Browse the repository at this point in the history
on xenserver-71, supported Debian OSes are
```
          name-label ( RW): Debian Squeeze 6.0 (32-bit)
          name-label ( RW): Debian Jessie 8.0
          name-label ( RW): Debian Wheezy 7.0 (32-bit)
          name-label ( RW): Debian Squeeze 6.0 (64-bit)
          name-label ( RW): Debian Wheezy 7.0 (64-bit)
```

on xcpng82, supported Debian OSes are
```
          name-label ( RW): Debian Jessie 8.0
          name-label ( RW): Debian Buster 10
          name-label ( RW): Debian Stretch 9.0
```
  • Loading branch information
weizhouapache committed Feb 15, 2024
1 parent bda49ab commit d144ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/smoke/test_guest_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_guest_OS_mapping_check_with_hypervisor(self):
raise unittest.SkipTest("OS name check with hypervisor is supported only on XenServer and VMware")

if self.hypervisor.hypervisor.lower() == "xenserver":
testosname="Debian Squeeze 6.0 (32-bit)"
testosname="Debian Jessie 8.0"
else:
testosname="debian4_64Guest"

Expand Down

0 comments on commit d144ccf

Please sign in to comment.