aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2019-06-19 11:38:07 +0200
committerGitHub <noreply@github.com>2019-06-19 11:38:07 +0200
commitf54e0fc21ddea0f94f020a9cb5664482d80f5ca0 (patch)
tree4299403bdd955043e4a0aaf2aecd0a6e03156ee7 /tenant-base
parent9b6efc6471f62226f91cec9f38d9d130a24b46fa (diff)
Revert "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 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>