summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorleandroalves <leandroalves@yahooinc.com>2023-06-06 14:37:49 +0200
committerleandroalves <leandroalves@yahooinc.com>2023-06-06 14:37:49 +0200
commit1df03bd781512b29af7c9a6c8cf42f64703b2442 (patch)
tree6e4468d413ad23721124f789024af3804b46b8d0 /controller-server
parentc0307a5aadec700daf86f5ff57fa589425ac49e7 (diff)
Update tests
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-clusters.json18
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json1
2 files changed, 13 insertions, 6 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-clusters.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-clusters.json
index eb4c3294fe0..1040e809362 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-clusters.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-clusters.json
@@ -11,7 +11,8 @@
"diskGb": 20.0,
"bandwidthGbps": 1.0,
"diskSpeed": "slow",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "any"
},
"cost": 0.11
},
@@ -24,7 +25,8 @@
"diskGb": 90.0,
"bandwidthGbps": 1.0,
"diskSpeed": "slow",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "any"
},
"cost": 0.43
},
@@ -40,7 +42,8 @@
"diskGb": 50.0,
"bandwidthGbps": 1.0,
"diskSpeed": "slow",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "any"
},
"cost": 0.22
},
@@ -56,7 +59,8 @@
"diskGb": 50.0,
"bandwidthGbps": 1.0,
"diskSpeed": "slow",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "any"
},
"cost": 0.29
},
@@ -98,7 +102,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "any"
},
"cost": 0.0
},
@@ -111,7 +116,8 @@
"diskGb": 50.0,
"bandwidthGbps": 1.0,
"diskSpeed": "slow",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "any"
},
"cost": 0.22
},
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json
index 34d2f054e0f..ffcb9ab6dc8 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json
@@ -12,6 +12,7 @@
"bandwidthGbps": 1.0,
"diskSpeed": "slow",
"storageType": "remote",
+ "architecture": "any",
"clusterId": "default",
"clusterType": "container",
"down": false,