diff --git a/tests/integration/mininet_tests.py b/tests/integration/mininet_tests.py index fb28570c90..890371f111 100644 --- a/tests/integration/mininet_tests.py +++ b/tests/integration/mininet_tests.py @@ -4132,6 +4132,7 @@ def test_port5002_notblocked(self): class FaucetUntaggedEgressACLTest(FaucetUntaggedTest): + REQUIRES_METADATA = True CONFIG_GLOBAL = """ vlans: 100: @@ -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},