summaryrefslogtreecommitdiffstats
path: root/tenant-cd
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-cd
parent9b6efc6471f62226f91cec9f38d9d130a24b46fa (diff)
Revert "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, 20 insertions, 0 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
new file mode 100644
index 00000000000..ee2ee0add4c
--- /dev/null
+++ b/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
@@ -0,0 +1,10 @@
+// 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
new file mode 100644
index 00000000000..6a8d1b4cbe4
--- /dev/null
+++ b/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
@@ -0,0 +1,10 @@
+// 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 {
+
+}