
5 Dec
2019
5 Dec
'19
4:44 p.m.
On Tue, Nov 26, 2019 at 09:51:20AM +0900, AKASHI Takahiro wrote:
Pytest for UEFI secure boot will use several host commands. In paricular, Test setup relies on efitools, whose version must be v1.5.2 or later. So fetch a new version of deb package directly. Please note it has a dependency on mtools, which must also be installed along wih efitools.
In addition, the path, '/sbin', is added to PATH for use of sgdisk and mkfs.
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
Ah, so that's on the list of stuff that's not installed and why we don't run these tests in Travis today but only GitLab/Azure. Thanks for fixing that. The rest looks good and I'll post something to update the Docker container GitLab/Azure use.
--
Tom