From 9fbb2c4ed57dbdf9137bbd62f9925e177f940dd3 Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Mon, 18 Feb 2019 18:49:32 +0100 Subject: Increase Test coverage Increase Test coverage over 50 for SDN-R devicemanager Change-Id: I03eb5887d955abdfd4bdefa58c79c7f5356c9401 Issue-ID: SDNC-650 Signed-off-by: Herbert Eiselt --- .../onf-ethernet-conditional-packages.yin.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json (limited to 'sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json') diff --git a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json new file mode 100755 index 000000000..67cedf4dc --- /dev/null +++ b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json @@ -0,0 +1,41 @@ +{ + "module": { + "name": "onf-ethernet-conditional-packages", + "onf-ethernet-conditional-packages": { + "ethernet-pac": { + "type": "list", + "key": "layer-protocol", + "ethernet-capability": { + "name": "ethernet-capability", + "local-name": "capability", + "type": "container" + }, + "ethernet-configuration": { + "name": "ethernet-configuration", + "local-name": "configuration", + "type": "container" + }, + "ethernet-status": { + "name": "ethernet-status", + "local-name": "status", + "type": "container" + }, + "ethernet-current-problems": { + "name": "ethernet-current-problems", + "local-name": "current-problems", + "type": "container" + }, + "ethernet-current-performance": { + "name": "ethernet-current-performance", + "local-name": "current-performance", + "type": "container" + }, + "ethernet-historical-performances": { + "name": "ethernet-historical-performances", + "local-name": "historical-performances", + "type": "container" + } + } + } + } +} -- cgit 1.2.3-korg