diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-02-14 11:44:35 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-14 16:21:50 +0000 |
commit | 635d0ff476db287c1d9ffe50e44e02d8326c2995 (patch) | |
tree | 8ee6c28942112eefe26c52092bb05c86f56fa623 /sdnr/wt/devicemanager-oran/model/src | |
parent | 53f1c13a96a6ee7a12b7bc3642e6a63d54cd07f3 (diff) |
Add Unit test cases
Add Unit tests to provide Code coverage for compliance
Issue-ID: SDNC-1072
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: I496623ce12591b87119ff21198213a0944f09ef6
Diffstat (limited to 'sdnr/wt/devicemanager-oran/model/src')
-rw-r--r-- | sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang b/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang index 231321459..6ea5836da 100644 --- a/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang +++ b/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang @@ -1,15 +1,37 @@ module devicemanager-oran { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:devicemanager-oran"; - prefix "devicemanager-oran"; - description - "DeviceManager Open RAN Api Module"; + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:devicemanager-oran"; + prefix devicemanager-oran; + + organization + "highstreet technologies GmbH"; + contact + "Web: <https://highstreet-technologies.com> + O-RAN: <https://wiki.o-ran-sc.org/display/OAM/Operations+and+Maintenance"; + + description + "DeviceManager Open RAN Api Module - revision "2019-11-15" { - description - "Initial revision"; - } + Copyright 2019 highstreet technologies GmbH Intellectual Property. + All rights reserved. - } + Licensed under the Apache License, Version 2.0 (the 'License'); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an 'AS IS' BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License."; + + revision 2019-11-15 { + description + "Initial revision"; + reference + "https://jira.onap.org/browse/SDNC-877"; + } +} |