]> git.puffer.fish Git - mirror/frr.git/commit
test: use ipaddress module instead of ipaddr 6709/head
authorMark Stapp <mjs@voltanet.io>
Thu, 9 Jul 2020 16:32:10 +0000 (12:32 -0400)
committerMark Stapp <mjs@voltanet.io>
Thu, 9 Jul 2020 16:32:10 +0000 (12:32 -0400)
commit8b547a6dab841c878bdd3c048e5d89cb96ed70f4
treedfd2446ffee4274848432aa1a72d8c4ba81967c6
parent7172f19da43c08d3b2f3a6261e6d6cd422351708
test: use ipaddress module instead of ipaddr

Use the standard ipaddress module instead of installing 'ipaddr',
which may be deprecated now.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py
tests/topotests/lib/topojson.py