diff options
| author | Phil Wise <phil@advancedtelematic.com> | 2018-06-15 09:48:32 +0200 |
|---|---|---|
| committer | Phil Wise <phil@advancedtelematic.com> | 2018-06-15 09:48:32 +0200 |
| commit | 78422f6ca6e5cca90e33ad49aa1b39bb25c527b3 (patch) | |
| tree | c7922042f6e0fe451653cbcf351530843109d0dc /lib/oeqa/selftest/cases/updater.py | |
| parent | 642559cd005076bc4f53fd066b8ce4a62be72864 (diff) | |
| download | meta-updater-78422f6ca6e5cca90e33ad49aa1b39bb25c527b3.tar.gz | |
Compatibility with latest aktualizr
Note that the HsmTests still sometimes fail
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 0253a84..1554835 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py | |||
| @@ -554,7 +554,7 @@ class SecondaryTests(OESelftestTestCase): | |||
| 554 | 554 | ||
| 555 | def test_secondary_listening(self): | 555 | def test_secondary_listening(self): |
| 556 | print('Checking aktualizr-secondary service is listening') | 556 | print('Checking aktualizr-secondary service is listening') |
| 557 | stdout, stderr, retcode = self.qemu_command('echo test | nc localhost 9030') | 557 | stdout, stderr, retcode = self.qemu_command('aktualizr-check-discovery') |
| 558 | self.assertEqual(retcode, 0, "Unable to connect to secondary") | 558 | self.assertEqual(retcode, 0, "Unable to connect to secondary") |
| 559 | 559 | ||
| 560 | 560 | ||
