X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_acl_plugin.py;h=036a5dbc0c20bb70d87f4d82a0ea890e0a06ea2d;hb=bb98aac4223f506ec18109f9836daa6ef0d61180;hp=32ecedba2a69bd0589e8d09161eee992cbd875c8;hpb=d9b0c6fbf7aa5bd9af84264105b39c82028a4a29;p=vpp.git diff --git a/test/test_acl_plugin.py b/test/test_acl_plugin.py index 32ecedba2a6..036a5dbc0c2 100644 --- a/test/test_acl_plugin.py +++ b/test/test_acl_plugin.py @@ -105,7 +105,9 @@ class TestACLplugin(VppTestCase): # Create BD with MAC learning and unknown unicast flooding disabled # and put interfaces to this BD - cls.vapi.bridge_domain_add_del(bd_id=cls.bd_id, uu_flood=1, learn=1) + cls.vapi.bridge_domain_add_del_v2( + bd_id=cls.bd_id, uu_flood=1, learn=1, flood=1, forward=1, is_add=1 + ) for pg_if in cls.pg_interfaces: cls.vapi.sw_interface_set_l2_bridge( rx_sw_if_index=pg_if.sw_if_index, bd_id=cls.bd_id