aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconfsimulator/netconf/pnf-simulator.yang
blob: ba115856025acb17e9b95f643eb9502bf2472017 (plain)
1
2
3
4
5
6
7
8
9
module pnf-simulator {
  namespace "http://onap.org/pnf-simulator";
  prefix config;
  container config {
    config true;
    leaf itemValue1 {type uint32;}
    leaf itemValue2 {type uint32;}
  }
}