Skip to content

Commit

Permalink
Merge pull request #3090 from creneCSCO/master
Browse files Browse the repository at this point in the history
- Fix some tests to avoid some failures on Cisco C9K
  • Loading branch information
anarkiwi committed Jul 4, 2019
2 parents 8347c9a + 41eef37 commit 20bc25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/mininet_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4132,6 +4132,7 @@ def test_port5002_notblocked(self):

class FaucetUntaggedEgressACLTest(FaucetUntaggedTest):

REQUIRES_METADATA = True
CONFIG_GLOBAL = """
vlans:
100:
Expand Down Expand Up @@ -6608,6 +6609,7 @@ def add_dp(name, dpid, hw_dpid, i, stack,
dp_config = {
'dp_id': int(dpid),
'hardware': hardware if dpid == hw_dpid else 'Open vSwitch',
'table_sizes': {'flood': 64},
'ofchannel_log': ofchannel_log + str(i) if ofchannel_log else None,
'interfaces': {},
'lldp_beacon': {'send_interval': 5, 'max_per_interval': 5},
Expand Down

0 comments on commit 20bc25b

Please sign in to comment.