summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_qemux86_64.py
diff options
context:
space:
mode:
authorZee314159 <252806294@qq.com>2019-07-17 15:19:29 +0200
committerZee314159 <252806294@qq.com>2019-07-18 06:03:58 +0200
commit7bb9224cafa2586ea9a44bad24d794ac5daa957e (patch)
tree6979d3cdca5a0316c53882f1ced8f884a2d46087 /lib/oeqa/selftest/cases/updater_qemux86_64.py
parent567ed002259985b5a2afea2f90e5bf2df08f7147 (diff)
downloadmeta-updater-feat/OTA-2844/akt-info-wait-until-provisioned.tar.gz
update oe-selftests to use wait-until-provisionedfeat/OTA-2844/akt-info-wait-until-provisioned
Signed-off-by: Zee314159 <252806294@qq.com>
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_qemux86_64.py')
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py
index 218d361..0617f8d 100644
--- a/lib/oeqa/selftest/cases/updater_qemux86_64.py
+++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py
@@ -150,7 +150,7 @@ class ManualControlTests(OESelftestTestCase):
150 150
151 stdout, stderr, retcode = self.qemu_command('aktualizr once') 151 stdout, stderr, retcode = self.qemu_command('aktualizr once')
152 152
153 stdout, stderr, retcode = self.qemu_command('aktualizr-info') 153 stdout, stderr, retcode = self.qemu_command('aktualizr-info --wait-until-provisioned')
154 self.assertIn(b'Fetched metadata: yes', stdout, 154 self.assertIn(b'Fetched metadata: yes', stdout,
155 'Aktualizr should have run' + stderr.decode() + stdout.decode()) 155 'Aktualizr should have run' + stderr.decode() + stdout.decode())
156 156