aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconf/pnf-simulator.yang
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnfsimulator/netconf/pnf-simulator.yang')
-rw-r--r--test/mocks/pnfsimulator/netconf/pnf-simulator.yang4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mocks/pnfsimulator/netconf/pnf-simulator.yang b/test/mocks/pnfsimulator/netconf/pnf-simulator.yang
index dda65545a..d7fc2f26e 100644
--- a/test/mocks/pnfsimulator/netconf/pnf-simulator.yang
+++ b/test/mocks/pnfsimulator/netconf/pnf-simulator.yang
@@ -3,7 +3,7 @@ module pnf-simulator {
prefix config;
container config {
config true;
- leaf testDuration {type uint32;}
- leaf messageInterval {type uint32;}
+ leaf itemValue1 {type uint32;}
+ leaf itemValue2 {type uint32;}
}
}