diff options
author | Andrej Kozemcak <akozemca@cisco.com> | 2016-07-06 16:17:00 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-07-18 08:42:10 +0000 |
commit | 021f8d100444281caf176b33f6dcc12bfba09f1f (patch) | |
tree | db4f940518d2f6ac6464b957928f9c1c0d309b5a /resources/templates | |
parent | cf48c2c10995284b9df0e87adcc101b76cd5ced7 (diff) |
CSIT-195: Update LISP test
- add new input parameters for LISP API
- change LISP json output
Change-Id: I36dbf44dc78f128963c7f665a01d2ecde4598c28
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'resources/templates')
6 files changed, 5 insertions, 3 deletions
diff --git a/resources/templates/vat/lisp/add_lisp_local_eid.vat b/resources/templates/vat/lisp/add_lisp_local_eid.vat index 2df001bf35..4f57549d75 100644 --- a/resources/templates/vat/lisp/add_lisp_local_eid.vat +++ b/resources/templates/vat/lisp/add_lisp_local_eid.vat @@ -1 +1 @@ -lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name}
\ No newline at end of file +lisp_add_del_local_eid vni {vni} eid {eid}/{eid_prefix} locator-set {locator_name}
\ No newline at end of file diff --git a/resources/templates/vat/lisp/add_lisp_local_eid_mac.vat b/resources/templates/vat/lisp/add_lisp_local_eid_mac.vat new file mode 100644 index 0000000000..cf0fb3221c --- /dev/null +++ b/resources/templates/vat/lisp/add_lisp_local_eid_mac.vat @@ -0,0 +1 @@ +lisp_add_del_local_eid vni {vni} eid {eid} locator-set {locator_name}
\ 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 index f0d16a8e2d..1df6b3ffec 100644 --- a/resources/templates/vat/lisp/del_lisp_local_eid.vat +++ b/resources/templates/vat/lisp/del_lisp_local_eid.vat @@ -1 +1 @@ -lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name} del
\ No newline at end of file +lisp_add_del_local_eid vni {vni} eid {eid}/{eid_prefix} locator-set {locator_name} del
\ No newline at end of file diff --git a/resources/templates/vat/lisp/del_lisp_local_eid_mac.vat b/resources/templates/vat/lisp/del_lisp_local_eid_mac.vat new file mode 100644 index 0000000000..1c188bc039 --- /dev/null +++ b/resources/templates/vat/lisp/del_lisp_local_eid_mac.vat @@ -0,0 +1 @@ +lisp_add_del_local_eid vni <vni> eid {eid} locator-set {locator_name} del
\ No newline at end of file diff --git a/resources/templates/vat/lisp/show_lisp_enable_disable.vat b/resources/templates/vat/lisp/show_lisp_enable_disable.vat deleted file mode 100644 index 2cd573ffb9..0000000000 --- a/resources/templates/vat/lisp/show_lisp_enable_disable.vat +++ /dev/null @@ -1 +0,0 @@ -lisp_enable_disable_status_dump diff --git a/resources/templates/vat/lisp/show_lisp_status.vat b/resources/templates/vat/lisp/show_lisp_status.vat new file mode 100644 index 0000000000..8d4e237ecc --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_status.vat @@ -0,0 +1 @@ +show_lisp_status |