summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBen Luck <ben+qa@advancedtelematic.com>2018-08-10 12:32:06 +0200
committerGitHub <noreply@github.com>2018-08-10 12:32:06 +0200
commit14cb2041f2e117bd3e352a1cb1fc046baa53c20d (patch)
tree506427dcf253e29486fea496a3391e035c878540 /lib
parent3ad1ac0634f4cff65f8ae4cfa78bbe73942e0bd5 (diff)
parent3dd8643030c7d973e08f536f9dde5b6029cf8321 (diff)
downloadmeta-updater-14cb2041f2e117bd3e352a1cb1fc046baa53c20d.tar.gz
Merge pull request #363 from advancedtelematic/feat/PRO-Tech-#1-rocko
Feat/pro tech #1 rocko
Diffstat (limited to 'lib')
-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 ed4d8d7..8686033 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