File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
49
49
f .NamespacePodSecurityEnforceLevel = admissionapi .LevelPrivileged
50
50
f .SkipNamespaceCreation = true // tests will create their own namespaces
51
51
var (
52
- client clientset.Interface
53
- namespace string
54
- datastoreURL string
55
- storagePolicyName string
56
- storageClassName string
57
- storageProfileId string
58
- vcRestSessionId string
59
- vmi string
60
- vmClass string
61
- csiNs string
52
+ client clientset.Interface
53
+ namespace string
54
+ datastoreURL string
55
+ storagePolicyName string
56
+ storageClassName string
57
+ storageProfileId string
58
+ vcRestSessionId string
59
+ vmi string
60
+ vmClass string
61
+ // csiNs string
62
62
vmopC ctlrclient.Client
63
63
cnsopC ctlrclient.Client
64
64
isVsanHealthServiceStopped bool
You can’t perform that action at this time.
0 commit comments