Merge "Update INFO.yaml file"
[integration.git] / test / mocks / pnfsimulator / netopeer_tls_cfg / 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 }