summaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-03-06 10:42:47 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-05-10 12:42:56 +0000
commit9129ae7114c4215f5b61da4fd8360755127f815e (patch)
treefea6dd921274b8f6d0ca9cb0e407b87793fbc6ac /it/pom.xml
parentb663b44d862d366c722466ecfb7db1231ff01ccd (diff)
Adds integration test that measures VPP API coverage
Run using: mvn test -pl it/api-coverage -Papi-coverage Change-Id: I6d708ca867a83e49522947b571304c4666bf65b5 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 833f20f2b..998d29c1a 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -35,6 +35,16 @@
<module>api-test</module>
</modules>
+ <profiles>
+ <!-- Activate from command line with mvn <goals> -Papi-coverage -->
+ <profile>
+ <id>api-coverage</id>
+ <modules>
+ <module>api-coverage</module>
+ </modules>
+ </profile>
+ </profiles>
+
<build>
<plugins>
<plugin>