diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-01-29 11:52:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 11:52:33 +0100 |
commit | b1db05a11a66ab03714863a940604a7af531e996 (patch) | |
tree | 2a3ea8230307dd87d884dfc6af0131d5ea3f073f /lib | |
parent | 826b15d0c3d45580d15a4c7bbf88f8bc3379bd70 (diff) | |
parent | 52893366bbf554a58572b3a0cbf83e4337a3f026 (diff) | |
download | meta-updater-dev/mikesul.tar.gz |
Merge pull request #462 from advancedtelematic/feat/latest-aktualizrdev/mikesul
aktualizr: bump to latest 1cad6d10286ade64b24021ca0e23de0d3b64f520
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oeqa/selftest/cases/updater.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index 92bf6fc..08521d5 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py | |||
@@ -214,7 +214,7 @@ class ManualControlTests(OESelftestTestCase): | |||
214 | def qemu_command(self, command): | 214 | def qemu_command(self, command): |
215 | return qemu_send_command(self.qemu.ssh_port, command) | 215 | return qemu_send_command(self.qemu.ssh_port, command) |
216 | 216 | ||
217 | def test_manual_running_mode_once(self): | 217 | def test_manual_run_mode_once(self): |
218 | """ | 218 | """ |
219 | Disable the systemd service then run aktualizr manually | 219 | Disable the systemd service then run aktualizr manually |
220 | """ | 220 | """ |
@@ -223,7 +223,7 @@ class ManualControlTests(OESelftestTestCase): | |||
223 | self.assertIn(b'Can\'t open database', stdout, | 223 | self.assertIn(b'Can\'t open database', stdout, |
224 | 'Aktualizr should not have run yet' + stderr.decode() + stdout.decode()) | 224 | 'Aktualizr should not have run yet' + stderr.decode() + stdout.decode()) |
225 | 225 | ||
226 | stdout, stderr, retcode = self.qemu_command('aktualizr --running-mode=once') | 226 | stdout, stderr, retcode = self.qemu_command('aktualizr once') |
227 | 227 | ||
228 | stdout, stderr, retcode = self.qemu_command('aktualizr-info') | 228 | stdout, stderr, retcode = self.qemu_command('aktualizr-info') |
229 | self.assertIn(b'Fetched metadata: yes', stdout, | 229 | self.assertIn(b'Fetched metadata: yes', stdout, |