aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-14 14:16:36 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-14 14:16:36 +0200
commit3e164c8acf6c1fc74bf71750c4fb62d45fb0a79d (patch)
tree98d2024f993a87d20ff7aa24cae0ca0e8a297540 /tenant-base
parent88ef55cb45e9998df62bf8f76b0244861b6f4e9a (diff)
Replace System and Staging tests with Functional and Upgrade
Diffstat (limited to 'tenant-base')
-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 3c48d22085e..de710e6e1b8 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -217,14 +217,14 @@
</profile>
<profile>
- <id>system-tests</id>
+ <id>functional-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <groups>ai.vespa.hosted.cd.SystemTest</groups>
+ <groups>ai.vespa.hosted.cd.FunctionalTest</groups>
<excludedGroups>ai.vespa.hosted.cd.EmptyGroup</excludedGroups>
</configuration>
</plugin>
@@ -233,14 +233,14 @@
</profile>
<profile>
- <id>staging-tests</id>
+ <id>upgrade-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <groups>ai.vespa.hosted.cd.StagingTest</groups>
+ <groups>ai.vespa.hosted.cd.UpgradeTest</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.SystemTest,
- ai.vespa.hosted.cd.StagingTest,
+ ai.vespa.hosted.cd.FunctionalTest,
+ ai.vespa.hosted.cd.UpgradeTest,
ai.vespa.hosted.cd.ProductionTest
</excludedGroups>
</configuration>