aboutsummaryrefslogtreecommitdiffstats
path: root/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-11-02 16:46:23 +0100
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-11-02 16:46:23 +0100
commitc3987b0edac5541dba246a746b0dc89ee7603f47 (patch)
treee8b5bf7b2094d04d7bec74cc2482c9dec5ccacb4 /tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang
parent3a3e9fcdd1141928473b5f793e224204eafe8f1b (diff)
ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding
Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ie62661a616b6d8d7ee4ffaa1a03ee644e3cdfe77
Diffstat (limited to 'tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang')
-rw-r--r--tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang26
1 files changed, 26 insertions, 0 deletions
diff --git a/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang
new file mode 100644
index 00000000..a0c094b4
--- /dev/null
+++ b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang
@@ -0,0 +1,26 @@
+module mynetconf {
+ yang-version 1.1;
+ namespace "urn:mynetconf:test";
+
+ prefix nft;
+
+ organization "mynetconf";
+ contact "my netconf address";
+ description "yang model for mynetconf";
+ revision "2019-03-01"{
+ description "initial version";
+ }
+
+ container netconflist{
+ list netconf{
+ key netconf-id;
+ leaf netconf-id{
+ type uint16;
+ }
+ leaf netconf-param {
+ type uint32;
+ }
+ }
+
+ }
+}