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
1 module mynetconf {
2   yang-version 1.1;
3   namespace "urn:mynetconf:test";
4
5   prefix nft;
6
7   organization "mynetconf";
8   contact "my netconf address";
9   description "yang model for mynetconf";
10   revision "2019-03-01"{
11     description "initial version";
12   }
13
14   container netconflist{
15     list netconf{
16       key netconf-id;
17       leaf netconf-id{ 
18         type uint16;
19       }
20       leaf netconf-param {
21         type uint32;
22       }
23     }
24
25   }
26 }