From 7f4f3492a5dc7a09108dd1bd77868444028ded51 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Fri, 13 Nov 2020 11:36:46 +0100 Subject: [PATCH] Remove commands to run integration test Integration test is running in ONAP CSIT Issue-ID: NONRTRIC-298 Signed-off-by: ecaiyanlinux Change-Id: Ic89ac52e2c0d796dc4adaef316c72284065865c3 --- policy-agent/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index aedb516d..ef252aa2 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -61,7 +61,6 @@ 2.1.1 3.7.0.1746 0.8.5 - true @@ -353,26 +352,6 @@ sonar-maven-plugin ${sonar-maven-plugin.version} - - org.codehaus.mojo - exec-maven-plugin - - - run-test-script - verify - - exec - - - - - bash - - run_test.sh - - ../test/jenkins/ - - -- 2.16.6