ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK...
[demo.git] / tosca / vnfsdk / test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS / Files / Yang_module / mynetconf.yang
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 (file)
index 0000000..a0c094b
--- /dev/null
@@ -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;
+      }
+    }
+
+  }
+}