action #63382
Updated by okurz over 4 years ago
imagetester was recently reinstalled. The files
```
/usr/share/qemu/ovmf-x86_64-staging.bin
/usr/share/qemu/ovmf-x86_64-staging-code.bin
/usr/share/qemu/ovmf-x86_64-staging-vars.bin
```
were not installed hence https://openqa.opensuse.org/tests/1170655 incompleted. I copied over the files manually from openqaworker4 to imagetester but we should have a better way to ensure all necessary files are provided for freshly-installed workers.
```
$ sha256sum *.bin
52dace85f593bc424a74abe8cd65adde15633706fd03d6251902921a6b64ca22 ovmf-x86_64-staging.bin
bcb14d045c8bc7565ba7d32c246458ed307e8578ceae2687ff876c8f04494260 ovmf-x86_64-staging-code.bin
52f9f2f91568afe8cf3dc3e3579e9aa83617057b461130f0d20f9695022c8395 ovmf-x86_64-staging-vars.bin
```