Re: [PATCH v3 2/3] Azure: Add fuse device for test.py tests

2021-07-05 Thread Tom Rini
On Mon, Jun 21, 2021 at 09:51:55PM +0300, Alper Nebi Yasak wrote: > The EFI secure boot and capsule test setups need to prepare disk images > for their tests using virt-make-fs, which requires access to the host > fuse device. This is not exposed to the docker container by default and > has to be

[PATCH v3 2/3] Azure: Add fuse device for test.py tests

2021-06-21 Thread Alper Nebi Yasak
The EFI secure boot and capsule test setups need to prepare disk images for their tests using virt-make-fs, which requires access to the host fuse device. This is not exposed to the docker container by default and has to be added explicitly. Add it. Signed-off-by: Alper Nebi Yasak --- (no change