diff options
author | jan.hradil <jan.hradil@pantheon.tech> | 2017-04-27 12:07:59 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-05-17 07:26:08 +0000 |
commit | 03bb1e5611946a53f243a3d923c8f2d1aeee079a (patch) | |
tree | 5d6c2a6efd92c8ad1dfa28b49d0dfcea2fd143c7 /resources/templates/vat | |
parent | e7959d92d3cfd7c1ea917986e95d080f60ea4ea5 (diff) |
CSIT-563: HC Test: improved Lisp test coverage
added TC09-TC14 with following features:
Map Resolver
Map Server
PETR configuration
RLOC Probing
Map Register
Map Request mode
Change-Id: I0e8a573e9a0f7ef3c688a014ff879e2b3d6b9b1e
Signed-off-by: jan.hradil <jan.hradil@pantheon.tech>
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/templates/vat')
5 files changed, 5 insertions, 0 deletions
diff --git a/resources/templates/vat/lisp/show_lisp_map_register.vat b/resources/templates/vat/lisp/show_lisp_map_register.vat new file mode 100644 index 0000000000..ea6847862e --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_map_register.vat @@ -0,0 +1 @@ +show_lisp_map_register_state
\ No newline at end of file diff --git a/resources/templates/vat/lisp/show_lisp_map_request_mode.vat b/resources/templates/vat/lisp/show_lisp_map_request_mode.vat new file mode 100644 index 0000000000..2c8a44ee5c --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_map_request_mode.vat @@ -0,0 +1 @@ +show_lisp_map_request_mode
\ No newline at end of file diff --git a/resources/templates/vat/lisp/show_lisp_map_server.vat b/resources/templates/vat/lisp/show_lisp_map_server.vat new file mode 100644 index 0000000000..3f7dd08a85 --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_map_server.vat @@ -0,0 +1 @@ +lisp_map_server_dump
\ No newline at end of file diff --git a/resources/templates/vat/lisp/show_lisp_petr_config.vat b/resources/templates/vat/lisp/show_lisp_petr_config.vat new file mode 100644 index 0000000000..e12be15f84 --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_petr_config.vat @@ -0,0 +1 @@ +show_lisp_use_petr
\ No newline at end of file diff --git a/resources/templates/vat/lisp/show_lisp_rloc_config.vat b/resources/templates/vat/lisp/show_lisp_rloc_config.vat new file mode 100644 index 0000000000..78c58ea92e --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_rloc_config.vat @@ -0,0 +1 @@ +show_lisp_rloc_probe_state
\ No newline at end of file |