]> git.puffer.fish Git - mirror/frr.git/commit
tests: fixing pim6 topotest bugs
authorChristian Hopps <chopps@labn.net>
Thu, 8 Jun 2023 06:42:32 +0000 (02:42 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 8 Jun 2023 08:55:32 +0000 (04:55 -0400)
commitefedb1897616c6de76aaaff7a51f443dbbe93e31
treea32d9ad199c86c991882931aabec1167a0e52990
parent71231d304f257aed9a086fcf6c2146052574b2f4
tests: fixing pim6 topotest bugs

- Remove use of bespoke socat
- Use ipv6 support in mcast-tester.py
- do not run processes in the background behind munet/micronet's
  back with `&` (ever) -- use popen or the helper class

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/lib/pim.py
tests/topotests/multicast_mld_join_topo1/test_multicast_mld_local_join.py
tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm1.py
tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm2.py
tests/topotests/multicast_pim6_static_rp_topo1/test_multicast_pim6_static_rp1.py
tests/topotests/multicast_pim6_static_rp_topo1/test_multicast_pim6_static_rp2.py