From b7006ce74c59d86d1e67235649e07438e5860f2a Mon Sep 17 00:00:00 2001 From: kangping Date: Thu, 10 Jun 2021 12:28:54 +0800 Subject: [PATCH] [tests] remove unnecessary host SLAAC assertions (#6715) The assertion is verifying the (linux) host SLAAC behavior which is not guaranteed on different platform and linux distributions. Moreover, it is required for testing the BR behavior. --- .../thread-cert/border_router/test_single_border_router.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/scripts/thread-cert/border_router/test_single_border_router.py b/tests/scripts/thread-cert/border_router/test_single_border_router.py index b26c28b32..0fcdabfd2 100755 --- a/tests/scripts/thread-cert/border_router/test_single_border_router.py +++ b/tests/scripts/thread-cert/border_router/test_single_border_router.py @@ -212,9 +212,6 @@ class SingleBorderRouter(thread_cert.TestCase): self.assertEqual(len(br.get_ip6_address(config.ADDRESS_TYPE.OMR)), 0) self.assertEqual(len(router.get_ip6_address(config.ADDRESS_TYPE.OMR)), 0) - # Per RFC 4862, the host will not immediately remove the ULA address, but deprecate it. - self.assertEqual(len(host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)), 1) - br.enable_br() # It takes around 10 seconds to start sending RA messages.