summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater.py
diff options
context:
space:
mode:
authorcajun-rat <philip.wise@here.com>2018-08-14 10:38:10 +0200
committerGitHub <noreply@github.com>2018-08-14 10:38:10 +0200
commite0d01df248653ea3b449d532c33404027f364489 (patch)
treef5477b86d616318c2006bfcbc986b79652532945 /lib/oeqa/selftest/cases/updater.py
parentec847add3b6e175ed7f9629c251e5ffa6596a3e5 (diff)
parent499eaa7ababf920bba350f14396372428e3781a3 (diff)
downloadmeta-updater-e0d01df248653ea3b449d532c33404027f364489.tar.gz
Merge pull request #366 from advancedtelematic/bugfix/unknown-signatures-sumo
aktualizr: bump to latest for key rotation and storage updates (sumo)
Diffstat (limited to 'lib/oeqa/selftest/cases/updater.py')
-rw-r--r--lib/oeqa/selftest/cases/updater.py2
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