aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconfsimulator/netconf/newmodel.yang
blob: 544f467251b0a0aeab4606ea606e6a1a18ec271a (plain)
1
2
3
4
5
6
7
8
9
module newmodel {
  namespace "http://onap.org/pnf-simulator2";
  prefix config2;
  container config2 {
    config true;
    leaf item1 {type uint32;}
    leaf item2 {type uint32;}
  }
}