X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftest_data%2Fhoneycomb%2Fplugin_acl.py;h=06c7cc34518de8802d76371c7cac89a336c8b48f;hb=6721e7f09aa95bff6622068332a3f56afad9c87b;hp=6bd673d8b081ce2c761f48b9fcee9c8de84b0855;hpb=8c1bb6ac0c8253ee203d120c1a8f035c47293d9e;p=csit.git diff --git a/resources/test_data/honeycomb/plugin_acl.py b/resources/test_data/honeycomb/plugin_acl.py index 6bd673d8b0..06c7cc3451 100644 --- a/resources/test_data/honeycomb/plugin_acl.py +++ b/resources/test_data/honeycomb/plugin_acl.py @@ -121,6 +121,11 @@ def get_variables(test_case, name): "src_ip": "10::1", "dst_ip": "11::1", "dst_net": "11::", + # IPs for DUT interface setup + "dut_to_tg_if1_ip": "10::2", + "dut_to_tg_if2_ip": "20::2", + "prefix_length": 64, + "gateway": "20::1", # ICMP code and type for control packet "icmp_type": 1, "icmp_code": 0, @@ -295,6 +300,7 @@ def get_variables(test_case, name): "rule-name": "rule1", "matches": { "vpp-ace-nodes": { + "source-ipv4-network": "0.0.0.0/0", "tcp-nodes": { "destination-port-range": { "lower-port": @@ -339,6 +345,7 @@ def get_variables(test_case, name): "rule-name": "ports", "matches": { "vpp-ace-nodes": { + "source-ipv4-network": "0.0.0.0/0", "tcp-nodes": { "destination-port-range": { "lower-port": @@ -384,6 +391,7 @@ def get_variables(test_case, name): "rule-name": "rule1", "matches": { "vpp-ace-nodes": { + "source-ipv4-network": "0.0.0.0/0", "icmp-nodes": { "icmp-type-range": { "first": "1", @@ -425,6 +433,7 @@ def get_variables(test_case, name): "rule-name": "rule1", "matches": { "vpp-ace-nodes": { + "source-ipv6-network": "::/0", "icmp-v6-nodes": { "icmp-type-range": { "first": "1", @@ -477,8 +486,7 @@ def get_variables(test_case, name): } }, "actions": { - # TODO: will be renamed in HC2VPP-57 - "vpp-acl:permit": {} + "vpp-acl:permit-and-reflect": {} }, }, ]}