Commit 770f191
authored
SpaceSavingRatio now float (#377)
[CSBS] `SpaceSavingRatio` type to float
What this PR does / why we need it
This PR fixing opentelekomcloud/terraform-provider-opentelekomcloud#1832
Tests
=== RUN TestBackupList
--- PASS: TestBackupList (1.48s)
=== RUN TestBackupLifeCycle
common.go:188: Attempting to create ECSv1
common.go:201: Created ECSv1 instance: d04f82ca-8f5b-4055-9daf-523925fe47ef
backup_test.go:38: Check if resource is protectable
backup_test.go:50: Resource is protectable
backup_test.go:58: Attempting to create CSBS backup
backup_test.go:79: Created CSBS backup: 25c83277-902f-4930-b62e-e49bdf4119ef
backup_test.go:62: Attempting to delete CSBS backup: 25c83277-902f-4930-b62e-e49bdf4119ef
backup_test.go:68: Deleted CSBS backup: 25c83277-902f-4930-b62e-e49bdf4119ef
common.go:207: Attempting to delete ECSv1: d04f82ca-8f5b-4055-9daf-523925fe47ef
common.go:224: ECSv1 instance deleted: d04f82ca-8f5b-4055-9daf-523925fe47ef
--- PASS: TestBackupLifeCycle (362.83s)
PASS
Process finished with the exit code 0
Reviewed-by: Artem Lifshits <None>
Reviewed-by: Aloento <None>1 parent 06be284 commit 770f191
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments