From 3b536a8c14b68e6d23516cbf6db8bd6d07ac6c37 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 10 Nov 2017 15:54:39 +0200 Subject: garage_push.py: Add test for hsm and hsm-test Extend the oe-selftest with test cases for hsm amd hsm-test. Signed-off-by: Leon Anavi --- lib/oeqa/selftest/garage_push.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/oeqa/selftest/garage_push.py b/lib/oeqa/selftest/garage_push.py index 3490de5..21bd1c1 100644 --- a/lib/oeqa/selftest/garage_push.py +++ b/lib/oeqa/selftest/garage_push.py @@ -37,3 +37,6 @@ class GaragePushTests(oeSelfTest): self.write_config('IMAGE_INSTALL_append = " man "') bitbake('core-image-minimal') + def test_hsm(self): + self.write_config('SOTA_CLIENT_FEATURES="hsm hsm-test"') + bitbake('core-image-minimal') -- cgit v1.2.3-54-g00ecf