diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-08 16:13:08 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-08 16:15:58 +0200 |
commit | fd2c209f0fd68d0003fbef06ff5fed9f0262453f (patch) | |
tree | 918c1e372f2f5c5a821c0aa5758fd19ffcf33531 /lib/oeqa/selftest/cases | |
parent | 661f27ff1a47b2e0df06c5600443697ab6cab780 (diff) | |
download | meta-updater-fd2c209f0fd68d0003fbef06ff5fed9f0262453f.tar.gz |
aktualizr: bump to latest for key rotation and storage updates.bugfix/unknown-signatures-master
Work around a bug in oe-selftest with migration and aktualizr-info
interplay by forcing --allow-migrate for now.
Diffstat (limited to 'lib/oeqa/selftest/cases')
-rw-r--r-- | lib/oeqa/selftest/cases/updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index e620491..1c5a1dc 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py | |||
@@ -226,7 +226,7 @@ class ManualControlTests(OESelftestTestCase): | |||
226 | Disable the systemd service then run aktualizr manually | 226 | Disable the systemd service then run aktualizr manually |
227 | """ | 227 | """ |
228 | sleep(20) | 228 | sleep(20) |
229 | stdout, stderr, retcode = self.qemu_command('aktualizr-info') | 229 | stdout, stderr, retcode = self.qemu_command('aktualizr-info --allow-migrate') |
230 | self.assertIn(b'Fetched metadata: no', stdout, | 230 | self.assertIn(b'Fetched metadata: no', stdout, |
231 | 'Aktualizr should not have run yet' + stderr.decode() + stdout.decode()) | 231 | 'Aktualizr should not have run yet' + stderr.decode() + stdout.decode()) |
232 | 232 | ||