diff options
author | cajun-rat <philip.wise@here.com> | 2018-08-14 15:54:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 15:54:29 +0200 |
commit | c4902394cc6673b07ad5ee87570e02afbdf7b022 (patch) | |
tree | cb358a5dc9b95eb1b9da785e3d54aa17d0cfa40f /lib/oeqa/selftest/cases/updater.py | |
parent | 801d46d4fbfe5d77e480ec52027fd684220b6479 (diff) | |
parent | fd2c209f0fd68d0003fbef06ff5fed9f0262453f (diff) | |
download | meta-updater-c4902394cc6673b07ad5ee87570e02afbdf7b022.tar.gz |
Merge pull request #367 from advancedtelematic/bugfix/unknown-signatures-master
aktualizr: bump to latest for key rotation and storage updates (master)
Diffstat (limited to 'lib/oeqa/selftest/cases/updater.py')
-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 | ||