mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-15 17:51:27 +00:00
base tests: run on Cloud, add one on aarch64, clean up priorities
This adds new variant test suites for several of the base tests to run them on Cloud disk images. We can't re-use the existing test suites because they have `START_AFTER_TEST` defined and there's no viable way to undefine it (there are things you can do to override the value, but you can't just unset it). Also add a stray test we weren't running on aarch64, and correct some priorities. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f96c14adc0
commit
8d64da5f8d
@ -447,15 +447,15 @@
|
|||||||
"base_reboot_unmount": {
|
"base_reboot_unmount": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
|
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
|
||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 50,
|
"fedora-KDE-live-iso-x86_64-*-64bit": 22,
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 50,
|
"fedora-Server-dvd-iso-x86_64-*-64bit": 20,
|
||||||
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 20,
|
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
||||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
||||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
|
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 50
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 20
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
@ -466,50 +466,76 @@
|
|||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"base_selinux": {
|
"base_reboot_unmount_cloud": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 20,
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 20,
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 20
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"POSTINSTALL": "base_reboot_unmount"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"base_system_logging": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
|
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
|
||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 42,
|
"fedora-KDE-live-iso-x86_64-*-64bit": 22,
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40,
|
"fedora-Server-dvd-iso-x86_64-*-64bit": 20,
|
||||||
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
||||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
||||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 20
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
"POSTINSTALL": "base_selinux",
|
"POSTINSTALL": "base_system_logging",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"START_AFTER_TEST": "install_default_upload",
|
"START_AFTER_TEST": "install_default_upload",
|
||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"base_service_manipulation": {
|
"base_system_logging_cloud": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 20,
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
|
"fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 20,
|
||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 42,
|
"fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 20
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
},
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"settings": {
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40,
|
"POSTINSTALL": "base_system_logging"
|
||||||
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
}
|
||||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
},
|
||||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
|
"base_update_cli": {
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
"profiles": {
|
||||||
|
"fedora-KDE-live-iso-x86_64-*-64bit": 22,
|
||||||
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
|
||||||
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
|
||||||
|
"fedora-Server-dvd-iso-x86_64-*-64bit": 20,
|
||||||
|
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
|
||||||
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 20
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
"POSTINSTALL": "base_service_manipulation",
|
"POSTINSTALL": "base_update_cli",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"START_AFTER_TEST": "install_default_upload",
|
"START_AFTER_TEST": "install_default_upload",
|
||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"base_update_cli_cloud": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 20,
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 20,
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 20
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"POSTINSTALL": "base_update_cli"
|
||||||
|
}
|
||||||
|
},
|
||||||
"base_services_start": {
|
"base_services_start": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
|
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
|
||||||
@ -546,45 +572,80 @@
|
|||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"base_system_logging": {
|
"base_services_start_cloud": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
|
"fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 22,
|
"fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
|
},
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 20,
|
"settings": {
|
||||||
|
"POSTINSTALL": "base_services_start"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"base_selinux": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
|
||||||
|
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
|
||||||
|
"fedora-KDE-live-iso-x86_64-*-64bit": 42,
|
||||||
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
|
"fedora-Server-dvd-iso-x86_64-*-64bit": 40,
|
||||||
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
||||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
||||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
|
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 20
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
"POSTINSTALL": "base_system_logging",
|
"POSTINSTALL": "base_selinux",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"START_AFTER_TEST": "install_default_upload",
|
"START_AFTER_TEST": "install_default_upload",
|
||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"base_update_cli": {
|
"base_selinux_cloud": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 22,
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
|
"fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
|
"fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 20,
|
},
|
||||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
|
"settings": {
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 20
|
"POSTINSTALL": "base_selinux"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"base_service_manipulation": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
|
||||||
|
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
|
||||||
|
"fedora-KDE-live-iso-x86_64-*-64bit": 42,
|
||||||
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
|
"fedora-Server-dvd-iso-x86_64-*-64bit": 40,
|
||||||
|
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
||||||
|
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
||||||
|
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
|
||||||
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
"POSTINSTALL": "base_update_cli",
|
"POSTINSTALL": "base_service_manipulation",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"START_AFTER_TEST": "install_default_upload",
|
"START_AFTER_TEST": "install_default_upload",
|
||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"base_service_manipulation_cloud": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
|
||||||
|
"fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"POSTINSTALL": "base_service_manipulation"
|
||||||
|
}
|
||||||
|
},
|
||||||
"cloud_autocloud": {
|
"cloud_autocloud": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 30,
|
"fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 30,
|
||||||
|
Loading…
Reference in New Issue
Block a user