summaryrefslogtreecommitdiffstats
path: root/tenant-base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-base/pom.xml')
-rw-r--r--tenant-base/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index de710e6e1b8..3c48d22085e 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -217,14 +217,14 @@
</profile>
<profile>
- <id>functional-tests</id>
+ <id>system-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <groups>ai.vespa.hosted.cd.FunctionalTest</groups>
+ <groups>ai.vespa.hosted.cd.SystemTest</groups>
<excludedGroups>ai.vespa.hosted.cd.EmptyGroup</excludedGroups>
</configuration>
</plugin>
@@ -233,14 +233,14 @@
</profile>
<profile>
- <id>upgrade-tests</id>
+ <id>staging-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <groups>ai.vespa.hosted.cd.UpgradeTest</groups>
+ <groups>ai.vespa.hosted.cd.StagingTest</groups>
<excludedGroups>ai.vespa.hosted.cd.EmptyGroup</excludedGroups>
</configuration>
</plugin>
@@ -371,8 +371,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>
- ai.vespa.hosted.cd.FunctionalTest,
- ai.vespa.hosted.cd.UpgradeTest,
+ ai.vespa.hosted.cd.SystemTest,
+ ai.vespa.hosted.cd.StagingTest,
ai.vespa.hosted.cd.ProductionTest
</excludedGroups>
</configuration>