diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-10 15:54:39 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-10 15:54:39 +0200 |
commit | 3b536a8c14b68e6d23516cbf6db8bd6d07ac6c37 (patch) | |
tree | 3a0e968957f69b78ec436f39cb94d0eae953f258 /lib/oeqa | |
parent | 371d3045da8091f5e039b40e0c77bcd4bbbe7e48 (diff) | |
download | meta-updater-3b536a8c14b68e6d23516cbf6db8bd6d07ac6c37.tar.gz |
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 <leon.anavi@konsulko.com>
Diffstat (limited to 'lib/oeqa')
-rw-r--r-- | lib/oeqa/selftest/garage_push.py | 3 |
1 files changed, 3 insertions, 0 deletions
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): | |||
37 | self.write_config('IMAGE_INSTALL_append = " man "') | 37 | self.write_config('IMAGE_INSTALL_append = " man "') |
38 | bitbake('core-image-minimal') | 38 | bitbake('core-image-minimal') |
39 | 39 | ||
40 | def test_hsm(self): | ||
41 | self.write_config('SOTA_CLIENT_FEATURES="hsm hsm-test"') | ||
42 | bitbake('core-image-minimal') | ||