diff mbox series

[v2,7/9] GitLab: add a test rule for efi capsule authentication test

Message ID 20210727091054.512050-8-takahiro.akashi@linaro.org
State New
Headers show
Series efi_loader: capsule: improve capsule authentication support | expand

Commit Message

AKASHI Takahiro July 27, 2021, 9:10 a.m. UTC
To run efi capsule authentication test in CI loop, U-Boot binary must be
compiled with an appropriate public key (esl file).
Add a rule to build this binary with sandbox_capsule_auth_defconfig
and run the test.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.31.0
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86026a15f9da..ed67314fa4ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,6 +193,12 @@  sandbox_noinst_test.py:
     TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
   <<: *buildman_and_testpy_dfn
 
+sandbox_capsule_auth test.py:
+  variables:
+    TEST_PY_BD: "sandbox_capsule_auth"
+    TEST_PY_TEST_SPEC: "test_efi_capsule_signed"
+  <<: *buildman_and_testpy_dfn
+
 evb-ast2500 test.py:
   variables:
     TEST_PY_BD: "evb-ast2500"