mirror of
https://github.com/espressif/openthread.git
synced 2026-07-15 00:24:11 +00:00
Revert an incorrect change to the test script. (#518)
This commit is contained in:
@@ -117,9 +117,6 @@ class Cert_5_3_7_DuplicateAddress(unittest.TestCase):
|
||||
self.nodes[ED2].add_ipaddr('2001::1')
|
||||
time.sleep(3)
|
||||
|
||||
# Harness assumes nodes will autoconfigure addresses on all prefixes,
|
||||
# but manually configuring for now until spinel-cli does this.
|
||||
self.nodes[ED3].add_ipaddr('2001::3')
|
||||
self.nodes[ED3].ping('2001::1')
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user