summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-10-04 14:30:37 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-10-04 14:30:37 +0200
commit381e8d894d471c2b52ad8acbb8fc8fbd9f50f1bd (patch)
tree49401d2bd83bc48de763f60421acd78c7ed13674
parent9e9db6e708acd28f7483989ad6c8996ffd80fef5 (diff)
Add test file
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config.json
new file mode 100644
index 00000000000..2338543b019
--- /dev/null
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config.json
@@ -0,0 +1,20 @@
+{
+ "application": "tenant1:application1:instance1",
+ "zone": "prod.us-central-1",
+ "system": "main",
+ "endpoints": {
+ "prod.us-central-1": [
+ "http://old-endpoint.vespa.yahooapis.com:4080"
+ ]
+ },
+ "zoneEndpoints": {
+ "prod.us-central-1": {
+ "default": "http://old-endpoint.vespa.yahooapis.com:4080"
+ }
+ },
+ "clusters": {
+ "prod.us-central-1": [
+ "music"
+ ]
+ }
+}