[tests] add 1.3.0 as valid version in test_publish_meshcop_service.py (#7801)

This commit is contained in:
Jonathan Hui
2022-06-08 15:22:36 -07:00
committed by GitHub
parent 0c48ade2ff
commit b2132a9031
@@ -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')