diff options
Diffstat (limited to 'test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang')
-rw-r--r-- | test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang | 26 |
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; - } - } - - } -} |