Skip to content

Commit dc8c5cc

Browse files
authored
Update LDE capability name and tests (#718)
* update lde capability name and tests * Fix failing fixture * Fix failing fixture * Fix failing fixture
1 parent dda5e2b commit dc8c5cc

29 files changed

+7544
-3871
lines changed

regions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
CapabilityBlockStorageMigrations string = "Block Storage Migrations"
1919
CapabilityCloudFirewall string = "Cloud Firewall"
2020
CapabilityDBAAS string = "Managed Databases"
21-
CapabilityDiskEncryption string = "Disk Encryption"
21+
CapabilityDiskEncryption string = "LA Disk Encryption"
2222
CapabilityEdgePlans string = "Edge Plans"
2323
CapabilityGPU string = "GPU Linodes"
2424
CapabilityKubernetesEnterprise string = "Kubernetes Enterprise"

test/integration/fixtures/TestLKECluster_APIEndpoints_List.yaml

Lines changed: 443 additions & 100 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_APLEnabled.yaml

Lines changed: 172 additions & 182 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_Dashboard_Get.yaml

Lines changed: 347 additions & 104 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_Enterprise_smoke.yaml

Lines changed: 142 additions & 131 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_GetFound.yaml

Lines changed: 334 additions & 96 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_GetMissing.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,20 @@ interactions:
2222
- HEAD, GET, OPTIONS, POST, PUT, DELETE
2323
Access-Control-Allow-Origin:
2424
- '*'
25+
Akamai-Internal-Account:
26+
- '*'
2527
Cache-Control:
26-
- private, max-age=0, s-maxage=0, no-cache, no-store
28+
- max-age=0, no-cache, no-store
29+
Connection:
30+
- keep-alive
2731
Content-Length:
2832
- "37"
2933
Content-Type:
3034
- application/json
31-
Server:
32-
- nginx
35+
Expires:
36+
- Fri, 11 Apr 2025 16:52:16 GMT
37+
Pragma:
38+
- no-cache
3339
Vary:
3440
- Authorization, X-Filter
3541
X-Accepted-Oauth-Scopes:
@@ -39,7 +45,7 @@ interactions:
3945
X-Oauth-Scopes:
4046
- '*'
4147
X-Ratelimit-Limit:
42-
- "400"
48+
- "1600"
4349
status: 404 Not Found
4450
code: 404
4551
duration: ""

test/integration/fixtures/TestLKECluster_Kubeconfig_Delete.yaml

Lines changed: 417 additions & 259 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_Kubeconfig_Get.yaml

Lines changed: 468 additions & 130 deletions
Large diffs are not rendered by default.

test/integration/fixtures/TestLKECluster_Nodes_Recycle.yaml

Lines changed: 330 additions & 93 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)