From 2a7f6affcecfcd2a7f9db3731884699f1bacff1c Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 2 Oct 2017 15:48:23 -0400 Subject: Add test cases for MdsalHelper Add test cases for MdsalHelper methods toBuilder() and toProperties(). This requires a Yang model, so added a copy of sliapi/model to sli, since could not use sliapi directly otherwise would create circular dependency (since sliapi depends on sli). Change-Id: I4824afe250f93428c73dbeec9f4a4c36ee4f76e6 Issue-ID: CCSDK-106 Signed-off-by: Dan Timoney --- sli/provider/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sli/provider/pom.xml') diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml index 51db628c..7514c74e 100755 --- a/sli/provider/pom.xml +++ b/sli/provider/pom.xml @@ -26,6 +26,12 @@ 2.2.3 test + + org.onap.ccsdk.sli.core + sli-model + ${project.version} + test + org.onap.ccsdk.sli.core sli-common -- cgit 1.2.3-korg