From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Thu, 27 Feb 2020 14:17:13 +0900 Subject: [PATCH v6 16/16] travis: add packages for UEFI secure boot test In-Reply-To: <20200226142856.GY18302@bill-the-cat> References: <20200226045448.2453-1-takahiro.akashi@linaro.org> <20200226045448.2453-17-takahiro.akashi@linaro.org> <20200226142856.GY18302@bill-the-cat> Message-ID: <20200227051712.GA13880@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Feb 26, 2020 at 09:28:56AM -0500, Tom Rini wrote: > On Wed, Feb 26, 2020 at 01:54:48PM +0900, AKASHI Takahiro wrote: > > > Pytest for UEFI secure boot will use several host commands. > > In particular, 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 > > Note that I just re-reviewed the Dockerfile for Azure / GitLab and all > of the listed tools as well as updated efitools are already included. > So the expectation is that when the tests are enabled, Azure / GitLab > should run them and succeed. > > Reviewed-by: Tom Rini Thank you for the confirmation! -Takahiro Akashi > -- > Tom