diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-02-14 12:30:46 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-14 15:44:43 +0000 |
commit | 53f1c13a96a6ee7a12b7bc3642e6a63d54cd07f3 (patch) | |
tree | 1fdc19db345ad7660c2400b839947fb5b4917ada /sdnr/wt/devicemanager-onf/model/src | |
parent | 1c924ae13ed9a0fc9b6afd4d16b8becdf8d0b44c (diff) |
Add Unit test cases
Add Unit tests to provide Code coverage for compliance
Issue-ID: SDNC-1073
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: Ic35016d270cc32c6f42e665cafc3b7ea6407ea15
Diffstat (limited to 'sdnr/wt/devicemanager-onf/model/src')
-rw-r--r-- | sdnr/wt/devicemanager-onf/model/src/main/yang/devicemanager-onf.yang | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/sdnr/wt/devicemanager-onf/model/src/main/yang/devicemanager-onf.yang b/sdnr/wt/devicemanager-onf/model/src/main/yang/devicemanager-onf.yang index 11a3e83ef..2a943658b 100644 --- a/sdnr/wt/devicemanager-onf/model/src/main/yang/devicemanager-onf.yang +++ b/sdnr/wt/devicemanager-onf/model/src/main/yang/devicemanager-onf.yang @@ -1,15 +1,37 @@ module devicemanager-onf { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:devicemanager-onf"; - prefix "devicemanager-onf"; - description - "DeviceManager Open Network Foundation Api Module"; + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:devicemanager-onf"; + prefix devicemanager-onf; + + 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 Network Foundation Api Module + + Copyright 2019 highstreet technologies GmbH Intellectual Property. + All rights reserved. - revision "2019-12-09" { - description - "Initial revision"; - } + 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-12-09 { + description + "Initial revision"; + reference + "https://jira.onap.org/browse/SDNC-877"; + } +} |