diff options
author | Marco Platania <platania@research.att.com> | 2019-03-04 13:05:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-04 13:05:40 +0000 |
commit | 7d46df9b5572c8a7330c45bfb318e389d59f213b (patch) | |
tree | c60a3e4685ad8df61e429750dfeae9a8cbdc0616 /test/mocks/pnfsimulator/netopeer_tls_cfg/building.yang | |
parent | 2f3e3a474f00b065743f989aaa09d14266c49fd7 (diff) | |
parent | b4db7778d204a434604330e6a63a6f2fc8d8f84b (diff) |
Merge "INT-885: fix netopeer and update yang model"
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; - } - } - - } -} |