Skip to content

Commit b75d3ed

Browse files
committed
WIP install: 7.5 and 7.6
FIXME: - sshpassword likely did not work at the time - only install itself is handled
1 parent 1fb21bb commit b75d3ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/install/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
@pytest.mark.dependency()
1818
class TestNested:
1919
@pytest.mark.parametrize("iso_version", (
20-
"80", "81",
20+
"75", "76", "80", "81",
2121
"ch821.1", "xs8",
2222
"821.1", "83b2",
2323
))
2424
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
2525
@pytest.mark.installer_iso(
2626
lambda version: {
27+
"75": "xcpng-7.5",
28+
"76": "xcpng-7.6",
2729
"80": "xcpng-8.0",
2830
"81": "xcpng-8.1",
2931
"821.1": "xcpng-8.2.1-2023",

0 commit comments

Comments
 (0)