File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ import (
21
21
22
22
func TestCreateVolume (t * testing.T ) {
23
23
var (
24
- endpoint = "endpoint"
25
- volumeName = "volumeName"
26
- fsId = "fs-abcd1234"
27
- apId = "fsap-abcd1234xyz987"
28
- volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
29
- dirProvisioningVolumeId = "fs-abcd1234:/dynamic/" + volumeName
30
- capacityRange int64 = 5368709120
31
- stdVolCap = & csi.VolumeCapability {
24
+ endpoint = "endpoint"
25
+ volumeName = "volumeName"
26
+ fsId = "fs-abcd1234"
27
+ apId = "fsap-abcd1234xyz987"
28
+ volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
29
+ dirProvisioningVolumeId = "fs-abcd1234:/dynamic/" + volumeName
30
+ capacityRange int64 = 5368709120
31
+ stdVolCap = & csi.VolumeCapability {
32
32
AccessType : & csi.VolumeCapability_Mount {
33
33
Mount : & csi.VolumeCapability_MountVolume {},
34
34
},
@@ -2483,10 +2483,10 @@ func TestCreateVolume(t *testing.T) {
2483
2483
2484
2484
func TestDeleteVolume (t * testing.T ) {
2485
2485
var (
2486
- apId = "fsap-abcd1234xyz987"
2487
- fsId = "fs-abcd1234"
2488
- endpoint = "endpoint"
2489
- volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
2486
+ apId = "fsap-abcd1234xyz987"
2487
+ fsId = "fs-abcd1234"
2488
+ endpoint = "endpoint"
2489
+ volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
2490
2490
dirProvisionedVolumeId = "fs-abcd1234:/dynamic/newVolume"
2491
2491
)
2492
2492
You can’t perform that action at this time.
0 commit comments