summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json35
1 files changed, 32 insertions, 3 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json
index e344ef07762..4e501410324 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/us-east-3-log-without-first.json
@@ -1,6 +1,4 @@
{
- "active": false,
- "status": "deploymentFailed",
"log": {
"deployTester": [
{
@@ -17,5 +15,36 @@
}
]
},
- "lastId": 2
+ "active": false,
+ "lastId": 2,
+ "steps": {
+ "startTests": {
+ "status": "unfinished"
+ },
+ "deployTester": {
+ "startMillis": 1000,
+ "status": "failed"
+ },
+ "report": {
+ "startMillis": 1000,
+ "status": "succeeded"
+ },
+ "installTester": {
+ "status": "unfinished"
+ },
+ "deployReal": {
+ "status": "unfinished"
+ },
+ "installReal": {
+ "status": "unfinished"
+ },
+ "deactivateTester": {
+ "startMillis": 1000,
+ "status": "succeeded"
+ },
+ "endTests": {
+ "status": "unfinished"
+ }
+ },
+ "status": "deploymentFailed"
}