aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconf/pnf-simulator.yang
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2018-08-02 13:40:25 +0200
committerMarcin Migdal <marcin.migdal@nokia.com>2018-08-02 14:06:51 +0200
commitffd526656aad91b3bf165eea90bc158b3dc3e4fd (patch)
tree18437ee9f1ee79a4c618a991a7b67d239cf63ad1 /test/mocks/pnfsimulator/netconf/pnf-simulator.yang
parentcbb3d888e8264023e891298c69fdcccc32e09bd4 (diff)
Preparing simulator for INT-607
Change-Id: Ibc5b9be98f46e699398a29a981053435bc09dc2a Issue-ID: INT-607 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
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;}
}
}