summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-08-23 13:45:15 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-08-23 13:45:15 +0200
commit3b01caf7dbb6caefb4a626f865c89be0d92fd250 (patch)
treed85fcf9b281e63b7c7dfb6e6c6346f4f65e57f38 /controller-server
parent5dcc45fb0319e2b59beb5813b37e60d2abc0f8bc (diff)
Update rest API unit test expected response
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-details.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-details.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-details.json
index 342db367807..7ee3952a8b5 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-details.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-details.json
@@ -78,6 +78,21 @@
{
"at": "(ignore)",
"type": "info",
+ "message": "--- container on port 43 has config generation 1, wanted is 2"
+ },
+ {
+ "at": "(ignore)",
+ "type": "info",
+ "message": "host-tenant1:application1:instance1-t-test.us-east-1: unorchestrated"
+ },
+ {
+ "at": "(ignore)",
+ "type": "info",
+ "message": "--- platform vespa/vespa:6.1"
+ },
+ {
+ "at": "(ignore)",
+ "type": "info",
"message": "Tester container successfully installed!"
}
],
@@ -197,6 +212,21 @@
{
"at": "(ignore)",
"type": "info",
+ "message": "host-tenant1:application1:instance1-test.us-east-1: unorchestrated"
+ },
+ {
+ "at": "(ignore)",
+ "type": "info",
+ "message": "--- platform vespa/vespa:6.1"
+ },
+ {
+ "at": "(ignore)",
+ "type": "info",
+ "message": "--- container on port 43 has config generation 1, wanted is 2"
+ },
+ {
+ "at": "(ignore)",
+ "type": "info",
"message": "Found endpoints:"
},
{
@@ -264,7 +294,7 @@
}
]
},
- "lastId": 48,
+ "lastId": 54,
"steps": {
"deployTester": {
"status": "succeeded",