diff options
author | cajun-rat <phil@advancedtelematic.com> | 2017-11-13 12:24:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 12:24:25 +0100 |
commit | e183e204e0220e7ceb3401e45fb40d828703c9e7 (patch) | |
tree | 7bfbb221a8c118e51de7daa1f38ff1262044d078 /lib/oeqa | |
parent | 090141edfc5883a2fe0ed1faece3ee2da957d115 (diff) | |
parent | 83de2daca646140036cbcb75d7f9acfa1991f1b7 (diff) | |
download | meta-updater-e183e204e0220e7ceb3401e45fb40d828703c9e7.tar.gz |
Merge pull request #170 from leon-anavi/pyro
oe-selftest
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') | ||