On 7/1/26 4:49 PM, Zhuoying Cai wrote: > Add functional test for secure IPL.
Thanks for writing a test! I (accidentally) verified that it fails without a s390-ccw.img that includes your changes + passes once your changes are built. Reviewed-by: Matthew Rosato <[email protected]> But one question below, possibly a future enhancement... [...] > + @skipBigDataTest() > + def test_s390x_secure_ipl(self): > + """ > + Verify secure boot validation during s390x guest boot. > + > + Expects two "Verified component" messages and confirms > + /sys/firmware/ipl/secure reports secure boot is active. > + """ > + self.require_accelerator('kvm') I thought this would work for tcg too? If so it would be nice to be able to enable this test also for cross-platform testing w/ tcg.. Thanks, Matt
