From b2132a903162be76eb4ea8a107e82c4e0737525f Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 8 Jun 2022 15:22:36 -0700 Subject: [PATCH] [tests] add `1.3.0` as valid version in `test_publish_meshcop_service.py` (#7801) --- .../thread-cert/border_router/test_publish_meshcop_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py b/tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py index 93f049736..25e5cd4f3 100755 --- a/tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py +++ b/tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py @@ -161,7 +161,7 @@ class PublishMeshCopService(thread_cert.TestCase): self.assertEqual((state_bitmap >> 8 & 1), br.get_backbone_router_state() == 'Primary') # BBR is primary or not self.assertEqual(service_data['txt']['nn'], br.get_network_name()) self.assertEqual(service_data['txt']['rv'], '1') - self.assertIn(service_data['txt']['tv'], ['1.1.0', '1.1.1', '1.2.0']) + self.assertIn(service_data['txt']['tv'], ['1.1.0', '1.1.1', '1.2.0', '1.3.0']) def discover_all_meshcop_services(self, host): instance_names = host.browse_mdns_services('_meshcop._udp')