Add ignore-lispflowmapping-integrationtest profile 93/73193/1
authorLorand Jakab <lojakab@cisco.com>
Tue, 19 Jun 2018 12:57:06 +0000 (14:57 +0200)
committerLorand Jakab <lojakab@cisco.com>
Tue, 19 Jun 2018 12:57:06 +0000 (14:57 +0200)
The purpose of this profile is allow ignoring the results of the
integration tests. This would allow autorelease builds to pass even if
lispflowmapping integration tests fail, while keeping the test logs
around for debugging.

Change-Id: I05163d1f86eb318a92d5f00dfc8887492254bd02
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
integrationtest/pom.xml

index 94a61eb42017d04708ab3fdb432508c6564c6762..40d1f93408a61912ab1c28da74346cb64a2a8479 100644 (file)
@@ -48,6 +48,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     -->
   </dependencies>
 
+  <profiles>
+    <profile>
+      <id>ignore-lispflowmapping-integrationtest</id>
+      <properties>
+        <maven.test.failure.ignore>true</maven.test.failure.ignore>
+      </properties>
+    </profile>
+  </profiles>
+
   <build>
     <pluginManagement>
       <plugins>