diff options
author | selias <samelias@cisco.com> | 2016-11-07 16:04:26 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-11-25 07:56:37 +0000 |
commit | 4bda4f8b55b0d431b514663e8e90fccd97ad31d4 (patch) | |
tree | 40f2e469c45b9f99ea5935bf9dc6cb272020face /resources/templates | |
parent | 0d782a5690c7e28a329952fb93afde84ddd97078 (diff) |
CSIT-425: HC Test: NSH-SFC test suite
- add keyword to enable optional modules in Honeycomb (including NSH)
- update honeycomb __init__.robot with the new keyword
- add python and robot libraries for NSH tests
- add NSH test suite (CRUD operations)
Change-Id: I869069a138a51d56d25522163c3a6deefb316f46
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/honeycomb/config_nsh.url | 1 | ||||
-rw-r--r-- | resources/templates/honeycomb/oper_nsh.url | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/honeycomb/config_nsh.url b/resources/templates/honeycomb/config_nsh.url new file mode 100644 index 0000000000..ad14e953e8 --- /dev/null +++ b/resources/templates/honeycomb/config_nsh.url @@ -0,0 +1 @@ +/restconf/config/vpp-nsh:vpp-nsh
\ No newline at end of file diff --git a/resources/templates/honeycomb/oper_nsh.url b/resources/templates/honeycomb/oper_nsh.url new file mode 100644 index 0000000000..5be706d9df --- /dev/null +++ b/resources/templates/honeycomb/oper_nsh.url @@ -0,0 +1 @@ +/restconf/operational/vpp-nsh:vpp-nsh-state
\ No newline at end of file |