aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vat/lisp
diff options
context:
space:
mode:
authorAndrej Kozemcak <akozemca@cisco.com>2016-04-08 10:26:53 +0200
committerMatej Klotton <mklotton@cisco.com>2016-05-13 16:31:19 +0000
commit7df894ce5707c06367128ae299e9e905b7106c4b (patch)
treeb9b496bd8681e170ae8dfe8da9d1d8bb0371877a /resources/templates/vat/lisp
parentb4afd218f10c9202b104327c8eff5401c7e73aaf (diff)
CSIT-65: Add new test for LISP API
Test set and unset this API: lisp_add_del_locator_set lisp_add_del_locator lisp_add_del_local_eid lisp_add_del_map_resolver lisp_gpe_add_del_iface Change-Id: I9c701fc421d4106147891a7e75e5d68885b9ba59 Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'resources/templates/vat/lisp')
-rw-r--r--resources/templates/vat/lisp/add_lisp_local_eid.vat1
-rw-r--r--resources/templates/vat/lisp/add_lisp_locator.vat1
-rw-r--r--resources/templates/vat/lisp/add_lisp_locator_set.vat1
-rw-r--r--resources/templates/vat/lisp/add_lisp_map_resolver.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_local_eid.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_locator.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_locator_set.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_map_resolver.vat1
-rw-r--r--resources/templates/vat/lisp/lisp_gpe_iface.vat1
-rw-r--r--resources/templates/vat/lisp/show_lisp_local_eid_table.vat1
-rw-r--r--resources/templates/vat/lisp/show_lisp_locator_set.vat1
-rw-r--r--resources/templates/vat/lisp/show_lisp_map_resolver.vat1
12 files changed, 12 insertions, 0 deletions
diff --git a/resources/templates/vat/lisp/add_lisp_local_eid.vat b/resources/templates/vat/lisp/add_lisp_local_eid.vat
new file mode 100644
index 0000000000..2df001bf35
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_local_eid.vat
@@ -0,0 +1 @@
+lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/add_lisp_locator.vat b/resources/templates/vat/lisp/add_lisp_locator.vat
new file mode 100644
index 0000000000..4d50326883
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_locator.vat
@@ -0,0 +1 @@
+lisp_add_del_locator locator-set {lisp_name} sw_if_index {sw_if_index} p {priority} w {weight} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/add_lisp_locator_set.vat b/resources/templates/vat/lisp/add_lisp_locator_set.vat
new file mode 100644
index 0000000000..0dccbb71c9
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_locator_set.vat
@@ -0,0 +1 @@
+lisp_add_del_locator_set locator-set {lisp_name} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/add_lisp_map_resolver.vat b/resources/templates/vat/lisp/add_lisp_map_resolver.vat
new file mode 100644
index 0000000000..8daa286e8e
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_map_resolver.vat
@@ -0,0 +1 @@
+lisp_add_del_map_resolver {address} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/del_lisp_local_eid.vat b/resources/templates/vat/lisp/del_lisp_local_eid.vat
new file mode 100644
index 0000000000..f0d16a8e2d
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_local_eid.vat
@@ -0,0 +1 @@
+lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name} del \ No newline at end of file
diff --git a/resources/templates/vat/lisp/del_lisp_locator.vat b/resources/templates/vat/lisp/del_lisp_locator.vat
new file mode 100644
index 0000000000..243e113e59
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_locator.vat
@@ -0,0 +1 @@
+lisp_add_del_locator locator-set {lisp_name} sw_if_index {sw_if_index} p {priority} w {weight} del
diff --git a/resources/templates/vat/lisp/del_lisp_locator_set.vat b/resources/templates/vat/lisp/del_lisp_locator_set.vat
new file mode 100644
index 0000000000..11049f9c50
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_locator_set.vat
@@ -0,0 +1 @@
+lisp_add_del_locator_set locator-set {lisp_name} del \ No newline at end of file
diff --git a/resources/templates/vat/lisp/del_lisp_map_resolver.vat b/resources/templates/vat/lisp/del_lisp_map_resolver.vat
new file mode 100644
index 0000000000..36de8a56b2
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_map_resolver.vat
@@ -0,0 +1 @@
+lisp_add_del_map_resolver {address} del \ No newline at end of file
diff --git a/resources/templates/vat/lisp/lisp_gpe_iface.vat b/resources/templates/vat/lisp/lisp_gpe_iface.vat
new file mode 100644
index 0000000000..1f5eaf0880
--- /dev/null
+++ b/resources/templates/vat/lisp/lisp_gpe_iface.vat
@@ -0,0 +1 @@
+lisp_gpe_add_del_iface {state} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/show_lisp_local_eid_table.vat b/resources/templates/vat/lisp/show_lisp_local_eid_table.vat
new file mode 100644
index 0000000000..87e276d43a
--- /dev/null
+++ b/resources/templates/vat/lisp/show_lisp_local_eid_table.vat
@@ -0,0 +1 @@
+lisp_local_eid_table_dump \ No newline at end of file
diff --git a/resources/templates/vat/lisp/show_lisp_locator_set.vat b/resources/templates/vat/lisp/show_lisp_locator_set.vat
new file mode 100644
index 0000000000..43768ec421
--- /dev/null
+++ b/resources/templates/vat/lisp/show_lisp_locator_set.vat
@@ -0,0 +1 @@
+lisp_locator_set_dump \ No newline at end of file
diff --git a/resources/templates/vat/lisp/show_lisp_map_resolver.vat b/resources/templates/vat/lisp/show_lisp_map_resolver.vat
new file mode 100644
index 0000000000..e74dab9e87
--- /dev/null
+++ b/resources/templates/vat/lisp/show_lisp_map_resolver.vat
@@ -0,0 +1 @@
+lisp_map_resolver_dump \ No newline at end of file