summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/oeqa/selftest/updater.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py
index 0962cb7..7e8a615 100644
--- a/lib/oeqa/selftest/updater.py
+++ b/lib/oeqa/selftest/updater.py
@@ -57,6 +57,7 @@ class GeneralTests(oeSelfTest):
57 self.assertNotEqual(result, -1, 'Feature "systemd" not set at DISTRO_FEATURES') 57 self.assertNotEqual(result, -1, 'Feature "systemd" not set at DISTRO_FEATURES')
58 58
59 def test_credentials(self): 59 def test_credentials(self):
60 self.write_config('SOTA_CLIENT_PROV = " aktualizr-auto-prov "')
60 bitbake('core-image-minimal') 61 bitbake('core-image-minimal')
61 credentials = get_bb_var('SOTA_PACKED_CREDENTIALS') 62 credentials = get_bb_var('SOTA_PACKED_CREDENTIALS')
62 # skip the test if the variable SOTA_PACKED_CREDENTIALS is not set 63 # skip the test if the variable SOTA_PACKED_CREDENTIALS is not set