From c8bcbbc8bfb7785010ac6f34bad6bcdc7d231ee7 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Tue, 17 Aug 2021 18:23:52 -0700 Subject: [PATCH] add install_minimal_upload test suite --- templates.fif.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index 94604962..4a1a001e 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -47,6 +47,7 @@ "flavor": "minimal-iso", "settings": { "+QEMURAM": 3072, + "DEPLOY_UPLOAD_TEST": "install_minimal_upload", "TEST_TARGET": "ISO" }, "version": "*" @@ -375,6 +376,16 @@ "POSTINSTALL": "_collect_data" } }, + "install_minimal_upload": { + "profiles": { + "rocky-minimal-iso-x86_64-*-64bit": 10 + }, + "settings": { + "PACKAGE_SET": "minimal", + "POSTINSTALL": "_collect_data", + "STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2" + } + }, "install_default_upload": { "profiles": { "rocky-dvd-iso-x86_64-*-64bit": 10