Revert an incorrect change to the test script. (#518)

This commit is contained in:
Jonathan Hui
2016-09-02 16:20:45 -07:00
committed by GitHub
parent 511ade5293
commit 584690c2a9
@@ -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__':