Skip to content

Commit

Permalink
WIP install: 7.5 and 7.6
Browse files Browse the repository at this point in the history
FIXME:
- sshpassword likely did not work at the time
- only install itself is handled
  • Loading branch information
ydirson committed Jun 17, 2024
1 parent 1fb21bb commit b75d3ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/install/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
@pytest.mark.dependency()
class TestNested:
@pytest.mark.parametrize("iso_version", (
"80", "81",
"75", "76", "80", "81",
"ch821.1", "xs8",
"821.1", "83b2",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.installer_iso(
lambda version: {
"75": "xcpng-7.5",
"76": "xcpng-7.6",
"80": "xcpng-8.0",
"81": "xcpng-8.1",
"821.1": "xcpng-8.2.1-2023",
Expand Down

0 comments on commit b75d3ed

Please sign in to comment.