summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2018-06-15 09:48:32 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-06-19 14:27:44 +0200
commit4a909cd7d21800f9514fe0c399b671fbf075dd3c (patch)
tree0942ad96d80fb31bb65a0217fa681228036af9d8 /lib
parent095c6c3efca58eff071868a9d1a8b65ac98d8063 (diff)
downloadmeta-updater-4a909cd7d21800f9514fe0c399b671fbf075dd3c.tar.gz
aktualizr: support check-discovery and fix secondary tests.
Cherry-pick of 78422f6ca6e5cca90e33ad49aa1b39bb25c527b3 from master. Original commit message follows: Compatibility with latest aktualizr Note that the HsmTests still sometimes fail
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 a5533a5..96058e7 100644
--- a/lib/oeqa/selftest/cases/updater.py
+++ b/lib/oeqa/selftest/cases/updater.py
@@ -556,7 +556,7 @@ class SecondaryTests(OESelftestTestCase):
556 556
557 def test_secondary_listening(self): 557 def test_secondary_listening(self):
558 print('Checking aktualizr-secondary service is listening') 558 print('Checking aktualizr-secondary service is listening')
559 stdout, stderr, retcode = self.qemu_command('echo test | nc localhost 9030') 559 stdout, stderr, retcode = self.qemu_command('aktualizr-check-discovery')
560 self.assertEqual(retcode, 0, "Unable to connect to secondary") 560 self.assertEqual(retcode, 0, "Unable to connect to secondary")
561 561
562 562