summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config-dev.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config-dev.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config-dev.json
new file mode 100644
index 00000000000..1c09d4698a9
--- /dev/null
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config-dev.json
@@ -0,0 +1,30 @@
+{
+ "application": "tenant1:application1:my-user",
+ "zone": "dev.us-east-1",
+ "system": "main",
+ "isCI": false,
+ "endpoints": {
+ "dev.us-east-1": [
+ "http://old-endpoint.vespa.yahooapis.com:4080"
+ ],
+ "prod.us-central-1": [
+ "http://old-endpoint.vespa.yahooapis.com:4080"
+ ]
+ },
+ "zoneEndpoints": {
+ "dev.us-east-1": {
+ "default": "http://old-endpoint.vespa.yahooapis.com:4080"
+ },
+ "prod.us-central-1": {
+ "default": "http://old-endpoint.vespa.yahooapis.com:4080"
+ }
+ },
+ "clusters": {
+ "dev.us-east-1": [
+ "music"
+ ],
+ "prod.us-central-1": [
+ "music"
+ ]
+ }
+}