summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_native.py
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-07-17 09:58:39 +0200
committerGitHub <noreply@github.com>2019-07-17 09:58:39 +0200
commitb11e4ab227bed2e368646cb348e41a4603ed55e0 (patch)
tree8f5430210f314fc3ef7aead29beecf99047b8894 /lib/oeqa/selftest/cases/updater_native.py
parentf68e1d59f0a0ed4341dad3b16d4979b1b63336d7 (diff)
parent5463396b1d47a122f5aef9a619244fd1777c0b56 (diff)
downloadmeta-updater-b11e4ab227bed2e368646cb348e41a4603ed55e0.tar.gz
Merge pull request #537 from advancedtelematic/ci/oe-selftest
Ci/oe selftest
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_native.py')
-rw-r--r--lib/oeqa/selftest/cases/updater_native.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oeqa/selftest/cases/updater_native.py b/lib/oeqa/selftest/cases/updater_native.py
index 1fc9cb8..d2bf341 100644
--- a/lib/oeqa/selftest/cases/updater_native.py
+++ b/lib/oeqa/selftest/cases/updater_native.py
@@ -14,6 +14,7 @@ class SotaToolsTests(OESelftestTestCase):
14 logger = logging.getLogger("selftest") 14 logger = logging.getLogger("selftest")
15 logger.info('Running bitbake to build aktualizr-native tools') 15 logger.info('Running bitbake to build aktualizr-native tools')
16 bitbake('aktualizr-native') 16 bitbake('aktualizr-native')
17 bitbake('build-sysroots -c build_native_sysroot')
17 18
18 def test_push_help(self): 19 def test_push_help(self):
19 akt_native_run(self, 'garage-push --help') 20 akt_native_run(self, 'garage-push --help')