aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconf/pnf-simulator.yang
blob: dda65545ad504b1e876691969860758dc5e83e5b (plain)
1
2
3
4
5
6
7
8
9
module pnf-simulator {
  namespace "http://nokia.com/pnf-simulator";
  prefix config;
  container config {
    config true;
    leaf testDuration {type uint32;}
    leaf messageInterval {type uint32;}
  }
}