summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_native.py
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-18 15:28:04 +0200
committerGitHub <noreply@github.com>2019-07-18 15:28:04 +0200
commit58dcdcf5cccafcb62891973cabdbaaddcf97a02c (patch)
treec8773e354af13d1b092a9c4a365c651fa9827d73 /lib/oeqa/selftest/cases/updater_native.py
parent567ed002259985b5a2afea2f90e5bf2df08f7147 (diff)
parentec083b3e3995431b8e51d574613a5986744a9df9 (diff)
downloadmeta-updater-58dcdcf5cccafcb62891973cabdbaaddcf97a02c.tar.gz
Merge pull request #535 from advancedtelematic/ci/rocko
CI on rocko
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 de98a09..1621893 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')