aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang
diff options
context:
space:
mode:
authorRahul Tyagi <rahul.tyagi@ericsson.com>2019-03-01 03:14:46 +0000
committerRahul Tyagi <rahul.tyagi@ericsson.com>2019-03-01 03:14:56 +0000
commitb4db7778d204a434604330e6a63a6f2fc8d8f84b (patch)
tree6787292fcbd742ddab5a5b2533527ac8b0f171be /test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang
parent8028905644ea2dcf71ab2703c571398a19503c67 (diff)
INT-885: fix netopeer and update yang model
This commit introdues a better yang model for testing i.e. mynetconf.yang and data against it. It also fix a problem for netopeer at startup. Issue-ID: INT-885 Change-Id: I1d300221399237e57e1ffd4e3a1d9cb8e1674b44 Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
Diffstat (limited to 'test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang')
-rw-r--r--test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang b/test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang
deleted file mode 100644
index 9afe9721e..000000000
--- a/test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang
+++ /dev/null
@@ -1,26 +0,0 @@
-module building {
- yang-version 1.1;
- namespace "urn:building:test";
-
- prefix bld;
-
- organization "building";
- contact "my buildig address";
- description "yang model for building";
- revision "2018-02-13"{
- description "initial version";
- }
-
- container rooms{
- list room{
- key room-number;
- leaf room-number{
- type uint16;
- }
- leaf size {
- type uint32;
- }
- }
-
- }
-}