Skip to content

Commit 6b60122

Browse files
author
Josh Bailey
committed
Don't need to verify flow since verifying functionality.
1 parent 1250480 commit 6b60122

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integration/mininet_tests.py

-5
Original file line numberDiff line numberDiff line change
@@ -4530,9 +4530,6 @@ def test_tagged(self):
45304530
((host, self.port_map['port_1']),
45314531
(other_host, self.port_map['port_2'])),
45324532
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)
45364533

45374534
# verify L3 reachability between hosts within each subnet
45384535
for vid in self.NEW_VIDS:
@@ -4567,8 +4564,6 @@ def test_tagged(self):
45674564
self.quiet_commands(host, setup_cmds)
45684565
self.one_ipv4_ping(host, macvlan2_ip, intf=macvlan1_int)
45694566
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)
45724567

45734568

45744569
class FaucetTaggedScaleTest(FaucetTaggedTest):

0 commit comments

Comments
 (0)