diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-29 10:47:00 +0200 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-29 11:12:40 +0200 |
| commit | 19a39e622fcdea33ee07dad7dda3531cf409c4c9 (patch) | |
| tree | 13d0e6badd11a1cc9469b7a13449da538cb5085b | |
| parent | b46b46035ed3892db9aec7a91b4a23a820a79c1b (diff) | |
| download | meta-updater-19a39e622fcdea33ee07dad7dda3531cf409c4c9.tar.gz | |
selftest: Remove test_secondary_listening.
The secondary discovery mechanism is being overhauled and that tool no
longer exists.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| -rw-r--r-- | lib/oeqa/selftest/cases/updater_qemux86_64.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py index b711fa1..a9f1cbf 100644 --- a/lib/oeqa/selftest/cases/updater_qemux86_64.py +++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py | |||
| @@ -341,11 +341,6 @@ class SecondaryTests(OESelftestTestCase): | |||
| 341 | self.assertEqual(retcode, 0, "Unable to run aktualizr-secondary --help") | 341 | self.assertEqual(retcode, 0, "Unable to run aktualizr-secondary --help") |
| 342 | self.assertEqual(stderr, b'', 'Error: ' + stderr.decode()) | 342 | self.assertEqual(stderr, b'', 'Error: ' + stderr.decode()) |
| 343 | 343 | ||
| 344 | def test_secondary_listening(self): | ||
| 345 | print('Checking aktualizr-secondary service is listening') | ||
| 346 | stdout, stderr, retcode = self.qemu_command('aktualizr-check-discovery') | ||
| 347 | self.assertEqual(retcode, 0, "Unable to connect to secondary") | ||
| 348 | |||
| 349 | 344 | ||
| 350 | class PrimaryTests(OESelftestTestCase): | 345 | class PrimaryTests(OESelftestTestCase): |
| 351 | def setUpLocal(self): | 346 | def setUpLocal(self): |
