File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -4530,9 +4530,6 @@ def test_tagged(self):
4530
4530
((host , self .port_map ['port_1' ]),
4531
4531
(other_host , self .port_map ['port_2' ])),
4532
4532
1 , host_ip , other_ip )
4533
- for ip in (host_ip , other_ip ):
4534
- self .wait_nonzero_packet_count_flow (
4535
- {'dl_type' : 0x0800 , 'nw_dst' : str (ip )}, table_id = self ._IPV4_FIB_TABLE )
4536
4533
4537
4534
# verify L3 reachability between hosts within each subnet
4538
4535
for vid in self .NEW_VIDS :
@@ -4567,8 +4564,6 @@ def test_tagged(self):
4567
4564
self .quiet_commands (host , setup_cmds )
4568
4565
self .one_ipv4_ping (host , macvlan2_ip , intf = macvlan1_int )
4569
4566
self .quiet_commands (host , ['ip netns del %s' % netns ])
4570
- self .wait_nonzero_packet_count_flow (
4571
- {'eth_dst' : macvlan2_mac }, table_id = self ._ETH_DST_HAIRPIN_TABLE )
4572
4567
4573
4568
4574
4569
class FaucetTaggedScaleTest (FaucetTaggedTest ):
You can’t perform that action at this time.
0 commit comments