fix bug in test_lan_learn and handle errors better in encryption plugin
This commit is contained in:
parent
8d33e1a188
commit
03608960c0
2 changed files with 12 additions and 2 deletions
|
@ -40,7 +40,7 @@ class TestLanLearn(unittest.TestCase):
|
|||
sock.close()
|
||||
test_list = [test_ip]
|
||||
|
||||
Thread(target=learn_services, args=[test_list], daemon=True).start()
|
||||
Thread(target=learn_services, daemon=True).start()
|
||||
bettersleep.better_sleep(3)
|
||||
multicast()
|
||||
self.assertIn(test_ip, test_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue