From a3da541f9914a13e644f638f02b4f44b64028332 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 12 Apr 2019 08:23:22 -0400 Subject: Add robot integration test Produce code coverage for cmso-service Clean up poms Issue-ID: OPTFRA-474 Change-Id: I46a24d99413b5d30387f93c558a7d675410a1064 Signed-off-by: Jerry Flood --- cmso-robot/pom.xml | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'cmso-robot/pom.xml') diff --git a/cmso-robot/pom.xml b/cmso-robot/pom.xml index 37ae95b..89c6019 100644 --- a/cmso-robot/pom.xml +++ b/cmso-robot/pom.xml @@ -57,7 +57,18 @@ false - + + + commons-io + commons-io + 2.6 + + + junit + junit + 4.12 + + @@ -130,12 +141,27 @@ jacoco-maven-plugin - disable - none + post-integration-test + post-integration-test + + report + + + ${project.basedir}/target/code-coverage/service.jacoco.exec + ${project.basedir}/target/site/jacoco-it + + service/** + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + - optf-cmso-robot -- cgit 1.2.3-korg