From 4b74b41e2a38bf1290c5a392217921cf33756e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 6 Sep 2024 14:06:27 +0200 Subject: [PATCH] Add tests to templates. --- templates.fif.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index 82f02218..b93e9e22 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2515,6 +2515,38 @@ "USER_LOGIN": "false" } }, + "remote_desktop_server": { + "profiles": { + "fedora-Workstation-live-iso-x86_64-*-64bit": 40 + }, + "settings": { + "BOOTFROM": "c", + "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", + "NICTYPE": "tap", + "POSTINSTALL": "remote_desktop_server", + "PARALLEL_WITH": "remote_desktop_client", + "POST_STATIC": "172.16.2.107 rdpserver.openqa.fedoraproject.org", + "ROOT_PASSWORD": "weakpassword", + "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%", + "WORKER_CLASS": "tap" + } + }, + "remote_desktop_client": { + "profiles": { + "fedora-Workstation-live-iso-x86_64-*-64bit": 40 + }, + "settings": { + "BOOTFROM": "c", + "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", + "NICTYPE": "tap", + "POSTINSTALL": "remote_desktop_client", + "PARALLEL_WITH": "remote_desktop_server", + "POST_STATIC": "172.16.2.108 rdpclient.openqa.fedoraproject.org", + "ROOT_PASSWORD": "weakpassword", + "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%", + "WORKER_CLASS": "tap" + } + }, "rpmostree_overlay": { "profiles": { "fedora-CoreOS-colive-iso-x86_64-*-64bit": 20,