File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
test/e2e/storage/external Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ func (d *driverDefinition) SkipUnsupportedTest(pattern testpatterns.TestPattern)
192
192
supported := false
193
193
// TODO (?): add support for more volume types
194
194
switch pattern .VolType {
195
+ case "" :
196
+ supported = true
195
197
case testpatterns .DynamicPV :
196
198
if d .StorageClass .FromName || d .StorageClass .FromFile != "" {
197
199
supported = true
@@ -253,7 +255,7 @@ func (d *driverDefinition) GetSnapshotClass(config *testsuites.PerTestConfig) *u
253
255
framework .Skipf ("Driver %q does not support snapshotting - skipping" , d .DriverInfo .Name )
254
256
}
255
257
256
- snapshotter := config . GetUniqueDriverName ()
258
+ snapshotter := d . DriverInfo . Name
257
259
parameters := map [string ]string {}
258
260
ns := config .Framework .Namespace .Name
259
261
suffix := snapshotter + "-vsc"
You can’t perform that action at this time.
0 commit comments