aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2018-04-05 10:52:45 +0530
committerprakash.e <prakash.e@huawei.com>2018-04-05 10:52:57 +0530
commiteaee6ecddd85cc98e755d36cf79fcfd1328ba859 (patch)
treeab4e2a1bccdf071226486b82b27c9b254e8208ab
parentaa4a295680e3fef78ae695ff41bcf5015efffa16 (diff)
code coverage for ccsdk sli DG nodes
Coverage improvement for SqlResourcePropertiesProviderImpl https://jira.onap.org/browse/CCSDK-213?jql=project%20%3D%20CCSDK%20AND%20text%20~%20coverage Issue-ID: CCSDK-213 Change-Id: Ibc26c319801204df8ab9c7b64a1774eae0c59bd0 Signed-off-by: prakash.e <prakash.e@huawei.com>
-rw-r--r--sli/provider/src/test/resources/l3sdn_logic_v10.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sli/provider/src/test/resources/l3sdn_logic_v10.xml b/sli/provider/src/test/resources/l3sdn_logic_v10.xml
index cbb5db1b..64397236 100644
--- a/sli/provider/src/test/resources/l3sdn_logic_v10.xml
+++ b/sli/provider/src/test/resources/l3sdn_logic_v10.xml
@@ -151,7 +151,12 @@
<configure adaptor="`$configure-plugin`" key="FAILURE" activate="false">
<parameter name="field1" value="1"/>
</configure>
-
+ <configure adaptor="`$configure-plugin`" key="dummy" activate="true">
+ <parameter name="" value=""/>
+ </configure>
+ <configure adaptor="`$configure-plugin`" key="dummy" activate="false">
+ <parameter name="" value=""/>
+ </configure>
</block>
</method>