HC Test: update ACL plugin test data 22/7222/2
authorselias <samelias@cisco.com>
Tue, 20 Jun 2017 12:07:30 +0000 (14:07 +0200)
committerTibor Frank <tifrank@cisco.com>
Thu, 22 Jun 2017 08:52:44 +0000 (08:52 +0000)
Reflexive ACL name changed in https://gerrit.fd.io/r/7153

Change-Id: I59afa91a1e170eb05d643ae41d46d757f047bacb
Signed-off-by: selias <samelias@cisco.com>
resources/test_data/honeycomb/plugin_acl.py
tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot

index 9741da8..06c7cc3 100644 (file)
@@ -486,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": {}
                         },
                     },
                 ]}
index f7d92fc..a365f54 100644 (file)
@@ -71,7 +71,7 @@
 | | And Honeycomb Assigns plugin-acl Chain To Interface
 | | ... | ${dut_node} | ${dut_to_tg_if1} | ${acl_name_macip}
 | | ... | ingress | macip=${True}
-| | When Send TCP or UDP packet and verify received packet | ${tg_node} | ${src_ip} | ${dst_ip}
+| | Then Send TCP or UDP packet and verify received packet | ${tg_node} | ${src_ip} | ${dst_ip}
 | | ... | ${tg_to_dut_if1} | ${tg_to_dut_if1_mac}
 | | ... | ${tg_to_dut_if2} | ${dut_to_tg_if1_mac}
 | | ... | TCP | ${src_port} | ${dst_port}