mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 17:37:46 +00:00
[tests] update test_publish_meshcop_service.py (#7067)
- Relax the assumptions on the names of meshcop services so that it's OK for services to change names to resolve conflicts. - Adjust timeouts.
This commit is contained in:
@@ -233,7 +233,7 @@ class TestCase(NcpSupportMixin, unittest.TestCase):
|
||||
# we have to add allowlist after nodes are all created
|
||||
for i, params in initial_topology.items():
|
||||
allowlist = params['allowlist']
|
||||
if not allowlist:
|
||||
if allowlist is None:
|
||||
continue
|
||||
|
||||
for j in allowlist:
|
||||
|
||||
Reference in New Issue
Block a user