diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-06-15 16:58:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 16:58:24 +0200 |
commit | 46a3601acbda26e2fdeb3a3daf337887e757742c (patch) | |
tree | b5f8a74222352c8b1aed3c24f998a0432e921bb5 /lib | |
parent | 7cc01d7b5db6b92a746c3c3ed6dc6478c008895d (diff) | |
parent | 78422f6ca6e5cca90e33ad49aa1b39bb25c527b3 (diff) | |
download | meta-updater-46a3601acbda26e2fdeb3a3daf337887e757742c.tar.gz |
Merge pull request #341 from advancedtelematic/fix/tests
Compatibility with latest aktualizr
Diffstat (limited to 'lib')
-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 | ||