CSIT-65: Add new test for LISP API 00/800/22
authorAndrej Kozemcak <akozemca@cisco.com>
Fri, 8 Apr 2016 08:26:53 +0000 (10:26 +0200)
committerMatej Klotton <mklotton@cisco.com>
Fri, 13 May 2016 16:31:19 +0000 (16:31 +0000)
commit7df894ce5707c06367128ae299e9e905b7106c4b
treeb9b496bd8681e170ae8dfe8da9d1d8bb0371877a
parentb4afd218f10c9202b104327c8eff5401c7e73aaf
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>
16 files changed:
resources/libraries/python/LispSetup.py [new file with mode: 0644]
resources/libraries/python/LispUtil.py [new file with mode: 0644]
resources/libraries/robot/lisp.robot [new file with mode: 0644]
resources/templates/vat/lisp/add_lisp_local_eid.vat [new file with mode: 0644]
resources/templates/vat/lisp/add_lisp_locator.vat [new file with mode: 0644]
resources/templates/vat/lisp/add_lisp_locator_set.vat [new file with mode: 0644]
resources/templates/vat/lisp/add_lisp_map_resolver.vat [new file with mode: 0644]
resources/templates/vat/lisp/del_lisp_local_eid.vat [new file with mode: 0644]
resources/templates/vat/lisp/del_lisp_locator.vat [new file with mode: 0644]
resources/templates/vat/lisp/del_lisp_locator_set.vat [new file with mode: 0644]
resources/templates/vat/lisp/del_lisp_map_resolver.vat [new file with mode: 0644]
resources/templates/vat/lisp/lisp_gpe_iface.vat [new file with mode: 0644]
resources/templates/vat/lisp/show_lisp_local_eid_table.vat [new file with mode: 0644]
resources/templates/vat/lisp/show_lisp_locator_set.vat [new file with mode: 0644]
resources/templates/vat/lisp/show_lisp_map_resolver.vat [new file with mode: 0644]
tests/suites/lisp/lisp_untagged.robot [new file with mode: 0644]