diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-04-05 08:54:11 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-07-06 17:55:01 +0000 |
commit | cd288d8e0812793b2c701ae9a4596d6d0837ca6b (patch) | |
tree | 8f75773c556d6eeb89e1abe8cb3dcbabf3a1ec20 /resources/templates/vat | |
parent | 176e4a72195cc5c80f73650af260ac491fb53469 (diff) |
CSIT-622: Stateful Security Groups perf tests
1. add L2BD iACL statefull and stateless tests with 1, 10 and 50 not-hitting
ACEs in combination with 100, 10k and 100k flows per direction
2. add L2BD oACL statefull and stateless tests with 1, 10 and 50 not-hitting
ACEs in combination with 100, 10k and 100k flows per direction
Change-Id: Ia38589aa81b50c5ccdf2813ad6fadd22b46fffeb
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/templates/vat')
4 files changed, 4 insertions, 0 deletions
diff --git a/resources/templates/vat/acl_plugin/acl_add_replace.vat b/resources/templates/vat/acl_plugin/acl_add_replace.vat new file mode 100644 index 0000000000..b00cf874b6 --- /dev/null +++ b/resources/templates/vat/acl_plugin/acl_add_replace.vat @@ -0,0 +1 @@ +acl_add_replace {acl_idx} {ip_ver} {action} {src} {dst} {sport} {dport} {proto} {tcpflags} diff --git a/resources/templates/vat/acl_plugin/acl_delete.vat b/resources/templates/vat/acl_plugin/acl_delete.vat new file mode 100644 index 0000000000..a353eda424 --- /dev/null +++ b/resources/templates/vat/acl_plugin/acl_delete.vat @@ -0,0 +1 @@ +acl_del {idx} diff --git a/resources/templates/vat/acl_plugin/acl_interface_set_acl_list.vat b/resources/templates/vat/acl_plugin/acl_interface_set_acl_list.vat new file mode 100644 index 0000000000..cff21ff8c9 --- /dev/null +++ b/resources/templates/vat/acl_plugin/acl_interface_set_acl_list.vat @@ -0,0 +1 @@ +acl_interface_set_acl_list sw_if_index {interface} {acl_list} diff --git a/resources/templates/vat/acl_plugin/show_acl.vat b/resources/templates/vat/acl_plugin/show_acl.vat new file mode 100644 index 0000000000..e96c2aa926 --- /dev/null +++ b/resources/templates/vat/acl_plugin/show_acl.vat @@ -0,0 +1 @@ +exec show acl-plugin {idx}
\ No newline at end of file |