[PATCH v2 7/9] GitLab: add a test rule for efi capsule authentication test
AKASHI Takahiro
takahiro.akashi at linaro.org
Tue Jul 27 11:10:52 CEST 2021
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 at linaro.org>
---
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
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"
--
2.31.0
More information about the U-Boot
mailing list