summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/updater.py
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-12-07 13:12:17 +0100
committerGitHub <noreply@github.com>2017-12-07 13:12:17 +0100
commit410bff5545493faf3b8171d96f6e63256fc72b85 (patch)
tree582053383dda6323f111b2c03bfd6dfda9313b61 /lib/oeqa/selftest/updater.py
parent3219d1aec2d13a71c548efa8360b62d6288f211b (diff)
parentc99f5e78eaddc41904ebd6e2b15214b4fd4e5a91 (diff)
downloadmeta-updater-410bff5545493faf3b8171d96f6e63256fc72b85.tar.gz
Merge pull request #200 from advancedtelematic/bugfix/cleanup
Minor fixes and cleanup.
Diffstat (limited to 'lib/oeqa/selftest/updater.py')
-rw-r--r--lib/oeqa/selftest/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py
index e3d4fc3..c07b154 100644
--- a/lib/oeqa/selftest/updater.py
+++ b/lib/oeqa/selftest/updater.py
@@ -51,7 +51,7 @@ class GarageSignTests(oeSelfTest):
51class HsmTests(oeSelfTest): 51class HsmTests(oeSelfTest):
52 52
53 def test_hsm(self): 53 def test_hsm(self):
54 self.write_config('SOTA_CLIENT_FEATURES="hsm hsm-test"') 54 self.write_config('SOTA_CLIENT_FEATURES="hsm"')
55 bitbake('core-image-minimal') 55 bitbake('core-image-minimal')
56 56
57 57