From b75d3ed092e3f4d77656ff9126deb86b14537a98 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Fri, 14 Jun 2024 13:57:10 +0200 Subject: [PATCH] WIP install: 7.5 and 7.6 FIXME: - sshpassword likely did not work at the time - only install itself is handled --- tests/install/test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/install/test.py b/tests/install/test.py index 5ec9f3445..380725bee 100644 --- a/tests/install/test.py +++ b/tests/install/test.py @@ -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",