[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:
whd
2021-10-26 22:48:28 -07:00
committed by GitHub
parent 02f38b8e72
commit 01f1489ec8
3 changed files with 44 additions and 24 deletions
+1 -1
View File
@@ -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: