Skip to content

Commit

Permalink
Merge pull request #2443 from anarkiwi/master
Browse files Browse the repository at this point in the history
Don't need to verify flow since verifying functionality.
  • Loading branch information
anarkiwi committed Sep 10, 2018
2 parents c4157a6 + 6b60122 commit 8dd35a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/integration/mininet_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4530,9 +4530,6 @@ def test_tagged(self):
((host, self.port_map['port_1']),
(other_host, self.port_map['port_2'])),
1, host_ip, other_ip)
for ip in (host_ip, other_ip):
self.wait_nonzero_packet_count_flow(
{'dl_type': 0x0800, 'nw_dst': str(ip)}, table_id=self._IPV4_FIB_TABLE)

# verify L3 reachability between hosts within each subnet
for vid in self.NEW_VIDS:
Expand Down Expand Up @@ -4567,8 +4564,6 @@ def test_tagged(self):
self.quiet_commands(host, setup_cmds)
self.one_ipv4_ping(host, macvlan2_ip, intf=macvlan1_int)
self.quiet_commands(host, ['ip netns del %s' % netns])
self.wait_nonzero_packet_count_flow(
{'eth_dst': macvlan2_mac}, table_id=self._ETH_DST_HAIRPIN_TABLE)


class FaucetTaggedScaleTest(FaucetTaggedTest):
Expand Down

0 comments on commit 8dd35a0

Please sign in to comment.