From fccc3a7c69dd790607ebf9928782f0c7eff41e21 Mon Sep 17 00:00:00 2001 From: dongxiancun Date: Thu, 8 Aug 2019 18:25:24 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20aaa-12=20=E4=BF=AE=E6=94=B9=E9=9B=86?= =?UTF-8?q?=E6=88=90=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE=20RCA=EF=BC=9A=20?= =?UTF-8?q?SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9Adongxiancun?= =?UTF-8?q?=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Adongxiancun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ControlPlatform/driver-layer/.gitignore | 1 + ControlPlatform/driver-layer/it/pom.xml | 180 ++++++++++++++++++++++-- 2 files changed, 166 insertions(+), 15 deletions(-) diff --git a/ControlPlatform/driver-layer/.gitignore b/ControlPlatform/driver-layer/.gitignore index 6fb8a301e..d8fdb784b 100644 --- a/ControlPlatform/driver-layer/.gitignore +++ b/ControlPlatform/driver-layer/.gitignore @@ -19,3 +19,4 @@ classes *.ipr *.iml *.iws +.checkstyle diff --git a/ControlPlatform/driver-layer/it/pom.xml b/ControlPlatform/driver-layer/it/pom.xml index adbb1f09d..e5b156f53 100644 --- a/ControlPlatform/driver-layer/it/pom.xml +++ b/ControlPlatform/driver-layer/it/pom.xml @@ -1,13 +1,11 @@ - - + + 4.0.0 @@ -15,26 +13,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-it-parent 1.7.4 - + com.cmcc.cmhi driver-layer-it 0.1.0 - + ODL :: com.cmcc.cmhi :: ${project.artifactId} bundle + false - com.cmcc.cmhi - driver-layer-karaf - 0.1.0 + org.opendaylight.odlparent + opendaylight-karaf-empty + 3.1.4 zip + ${project.groupId} features-driver-all @@ -42,5 +42,155 @@ and is available at http://www.eclipse.org/legal/epl-v10.html features xml + + + + org.ops4j.pax.exam + pax-exam-container-karaf + + + org.ops4j.pax.exam + pax-exam-junit4 + + + org.ops4j.pax.exam + pax-exam + + + org.ops4j.pax.exam + pax-exam-features + xml + + + + test + + + org.ops4j.pax.exam + pax-exam-extender-service + + + + test + + + org.ops4j.pax.exam + pax-exam-inject + + + + test + + + + org.ops4j.pax.exam + pax-exam-invoker-junit + + + + test + + + + + org.ops4j.pax.url + pax-url-aether + + + javax.inject + javax.inject + + + + org.apache.karaf.features + org.apache.karaf.features.core + ${karaf.version} + + + org.osgi + org.osgi.core + + + junit + junit + + + + + org.mockito + mockito-core + test + + + + + + maven-surefire-plugin + + + + + ${settings.localRepository} + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + + karaf.distro.groupId + ${karaf.distro.groupId} + + + karaf.distro.artifactId + ${karaf.distro.artifactId} + + + karaf.distro.version + ${karaf.distro.version} + + + karaf.distro.type + ${karaf.distro.type} + + + karaf.keep.unpack + ${karaf.keep.unpack} + + + ${project.build.directory}/surefire-reports + + + + + + + org.apache.servicemix.tooling + depends-maven-plugin + + + ${project.build.directory}/test-classes/META-INF/maven/dependencies.properties + + + + generate-depends-file + + generate-depends-file + + + + + + +