Remove commands to run integration test 60/5060/1
authorecaiyanlinux <martin.c.yan@est.tech>
Fri, 13 Nov 2020 10:36:46 +0000 (11:36 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Fri, 13 Nov 2020 10:36:46 +0000 (11:36 +0100)
Integration test is running in ONAP CSIT

Issue-ID: NONRTRIC-298
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Ic89ac52e2c0d796dc4adaef316c72284065865c3

policy-agent/pom.xml

index aedb516..ef252aa 100644 (file)
@@ -61,7 +61,6 @@
         <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
         <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
         <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
-        <exec.skip>true</exec.skip>
     </properties>
     <dependencies>
         <dependency>
                 <artifactId>sonar-maven-plugin</artifactId>
                 <version>${sonar-maven-plugin.version}</version>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>run-test-script</id>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <executable>bash</executable>
-                    <arguments>
-                        <argument>run_test.sh</argument>
-                    </arguments>
-                    <workingDirectory>../test/jenkins/</workingDirectory>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
     <issueManagement>