diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-11-07 15:25:21 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2017-11-13 17:16:00 +0100 |
commit | 95e2f81a149142b67076a3132e1b00d9f64bd031 (patch) | |
tree | ed010ddb9d30ef4beec9ba7eb9317b7893be4232 /lib/oeqa | |
parent | 06711c8543a3af13203b4352b25b1875c29c16f2 (diff) | |
download | meta-updater-95e2f81a149142b67076a3132e1b00d9f64bd031.tar.gz |
Rename for accuracy.
Diffstat (limited to 'lib/oeqa')
-rw-r--r-- | lib/oeqa/selftest/updater.py (renamed from lib/oeqa/selftest/garage_push.py) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/oeqa/selftest/garage_push.py b/lib/oeqa/selftest/updater.py index 21bd1c1..e9048fd 100644 --- a/lib/oeqa/selftest/garage_push.py +++ b/lib/oeqa/selftest/updater.py | |||
@@ -5,13 +5,12 @@ import logging | |||
5 | from oeqa.selftest.base import oeSelfTest | 5 | from oeqa.selftest.base import oeSelfTest |
6 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var | 6 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var |
7 | 7 | ||
8 | class GaragePushTests(oeSelfTest): | 8 | class UpdaterTests(oeSelfTest): |
9 | 9 | ||
10 | @classmethod | 10 | @classmethod |
11 | def setUpClass(cls): | 11 | def setUpClass(cls): |
12 | # Ensure we have the right data in pkgdata | ||
13 | logger = logging.getLogger("selftest") | 12 | logger = logging.getLogger("selftest") |
14 | logger.info('Running bitbake to build aktualizr-native tools') | 13 | logger.info('Running bitbake to build aktualizr-native tools and garage-sign-native') |
15 | bitbake('aktualizr-native garage-sign-native') | 14 | bitbake('aktualizr-native garage-sign-native') |
16 | 15 | ||
17 | def test_help(self): | 16 | def test_help(self): |