summaryrefslogtreecommitdiffstats
path: root/tenant-cd
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-cd
parent88ef55cb45e9998df62bf8f76b0244861b6f4e9a (diff)
Replace System and Staging tests with Functional and Upgrade
Diffstat (limited to 'tenant-cd')
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java10
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java10
2 files changed, 0 insertions, 20 deletions
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
deleted file mode 100644
index ee2ee0add4c..00000000000
--- a/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package ai.vespa.hosted.cd;
-
-/**
- * @deprecated Use {@link UpgradeTest}.
- */
-@Deprecated
-public class StagingTest {
-
-}
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
deleted file mode 100644
index 6a8d1b4cbe4..00000000000
--- a/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package ai.vespa.hosted.cd;
-
-/**
- * @deprecated use {@link FunctionalTest}.
- */
-@Deprecated
-public class SystemTest {
-
-}