Actions
action #169429
closed[MinimalVM] Fix "Verification failed - Security violation" error in Staging
Start date:
2024-11-06
Due date:
% Done:
0%
Estimated time:
Description
openQA test in scenario sle-15-SP7-JeOS-for-kvm-and-xen-B-Staging-x86_64-jeos-main@uefi-virtio-vga fails in
bootloader_uefi
Fabian tols us that we need to switch UEFI_PFLASH_VARS
to UEFI_PFLASH_VARS=/usr/share/qemu/ovmf-x86_64-unsupported+ms-vars.bin
(See https://suse.slack.com/archives/C02CGKBCGT1/p1730902288509149?thread_ts=1730896743.390869&cid=C02CGKBCGT1). I tried this in https://openqa.suse.de/tests/15872859#details but ran into another issue.
Likely we need to ask Fabian if there is something more to do.
Updated by mloviska 29 days ago
Works, I will update the jobgroup -> https://openqa.suse.de/tests/16037528#details
Updated by mloviska 28 days ago
- Status changed from In Progress to Resolved
.generic_jeos_settings: &generic_jeos_settings
+SCC_REGISTER: never
BOOT_HDD_IMAGE: "1"
DESKTOP: textmode
VIDEOMODE: text
QA_HEAD_REPO: http://dist.suse.de/ibs/QA:/Head/SLE-15-SP7
EXCLUDE_MODULES: validate_packages_and_patterns
JOURNAL_LOG_LEVEL: warning
FIRST_BOOT_CONFIG: 'wizard'
QEMU_VIRTIO_RNG: "1"
SCC_URL: 'http://all-%STAGING%.%BUILD_SLE%.proxy.scc.suse.de'
YAML_SCHEDULE: 'schedule/jeos/sle/jeos-main.yaml'
UEFI_PFLASH_VARS: '/usr/share/qemu/ovmf-x86_64-unsupported+ms-vars.bin'
UEFI_PFLASH_CODE: '/usr/share/qemu/ovmf-x86_64-unsupported+ms-code.bin'
Mediums are not specifying UEFI vars, so closing the ticket as the group has been updated
Actions