diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2018-04-12 14:06:10 +0200 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-04-12 14:06:10 +0200 |
| commit | 527235edfb4f715b05ea0944f825745e137a1339 (patch) | |
| tree | f4bd070c645ff560055ec51f6bcf51d5f1d029be /lib/oeqa | |
| parent | fa788741d742c9a67b22db7905fcafbb7359bf8a (diff) | |
| download | meta-updater-527235edfb4f715b05ea0944f825745e137a1339.tar.gz | |
Bump aktualizr and fix related minor issues.
For now, ignore the aktualizr secondaries.
Diffstat (limited to 'lib/oeqa')
| -rw-r--r-- | lib/oeqa/selftest/updater.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py index 971e7c5..c114456 100644 --- a/lib/oeqa/selftest/updater.py +++ b/lib/oeqa/selftest/updater.py | |||
| @@ -15,6 +15,7 @@ class SotaToolsTests(oeSelfTest): | |||
| 15 | 15 | ||
| 16 | @classmethod | 16 | @classmethod |
| 17 | def setUpClass(cls): | 17 | def setUpClass(cls): |
| 18 | super(SotaToolsTests, cls).setUpClass() | ||
| 18 | logger = logging.getLogger("selftest") | 19 | logger = logging.getLogger("selftest") |
| 19 | logger.info('Running bitbake to build aktualizr-native tools') | 20 | logger.info('Running bitbake to build aktualizr-native tools') |
| 20 | bitbake('aktualizr-native') | 21 | bitbake('aktualizr-native') |
| @@ -96,6 +97,7 @@ class AktualizrToolsTests(oeSelfTest): | |||
| 96 | 97 | ||
| 97 | @classmethod | 98 | @classmethod |
| 98 | def setUpClass(cls): | 99 | def setUpClass(cls): |
| 100 | super(AktualizrToolsTests, cls).setUpClass() | ||
| 99 | logger = logging.getLogger("selftest") | 101 | logger = logging.getLogger("selftest") |
| 100 | logger.info('Running bitbake to build aktualizr-native tools') | 102 | logger.info('Running bitbake to build aktualizr-native tools') |
| 101 | bitbake('aktualizr-native') | 103 | bitbake('aktualizr-native') |
