Hi, > > EFI wrapper scripts for each unit test can be generated to pass the args > > to the unit test EFI apps automatically. For the environment, the EFI > > vars can be set as usual for the system. For QEMU, that means creating > > a VARS.fd and then adding another flash device to the VM to exposes it. > > BTW, this tool from Gerd might be useful for that > > https://gitlab.com/kraxel/edk2-tests/-/blob/master/tools/vars.py Probably not (yet) as this right now focuses on stuff needed for secure boot, i.e. enroll certificates etc. Setting variables with ascii (or unicode) strings should be rather easy to add though. take care, Gerd