aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2016-06-16 09:05:45 +0200
committerJan Gelety <jgelety@cisco.com>2016-06-23 12:53:58 +0000
commit95253bdf705a06ec01c2a04f437bae2ef23355c3 (patch)
tree0c8ac3978d87b29dd705fe817d38ebf7346223b5 /resources/templates
parent33e58e512b91d57f0ccab05d6e57de11d7c9fd37 (diff)
Add tests for Honeycomb L2 FIB support
JIRA: CSIT-168 - add tests for Honeycomb L2 FIB support - add keywords for Honeycomb L2 FIB support - fix typos Change-Id: I81292c10e26e7ad05725034c1db1db0a81d29283 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vat/l2_bridge_domain_delete.vat1
-rw-r--r--resources/templates/vat/l2_fib_entry_delete.vat1
-rw-r--r--resources/templates/vat/l2_fib_table_dump.vat1
3 files changed, 3 insertions, 0 deletions
diff --git a/resources/templates/vat/l2_bridge_domain_delete.vat b/resources/templates/vat/l2_bridge_domain_delete.vat
new file mode 100644
index 0000000000..354f1acd52
--- /dev/null
+++ b/resources/templates/vat/l2_bridge_domain_delete.vat
@@ -0,0 +1 @@
+bridge_domain_add_del bd_id {bd_id} delete \ No newline at end of file
diff --git a/resources/templates/vat/l2_fib_entry_delete.vat b/resources/templates/vat/l2_fib_entry_delete.vat
new file mode 100644
index 0000000000..a2fdf16aed
--- /dev/null
+++ b/resources/templates/vat/l2_fib_entry_delete.vat
@@ -0,0 +1 @@
+l2fib_add_del mac {mac} bd_id {bd_id} delete \ No newline at end of file
diff --git a/resources/templates/vat/l2_fib_table_dump.vat b/resources/templates/vat/l2_fib_table_dump.vat
new file mode 100644
index 0000000000..83db7d0691
--- /dev/null
+++ b/resources/templates/vat/l2_fib_table_dump.vat
@@ -0,0 +1 @@
+l2_fib_table_dump bd_id {bd_id} \ No newline at end of file