@@ -3916,6 +3916,7 @@ func TestOntapSanEconomyEnsureFlexvolForLUN_NewFlexvolNotPermitted(t *testing.T)
39163916 BackendName : "myOntapSanEcoBackend" ,
39173917 DriverContext : tridentconfig .ContextCSI ,
39183918 DebugTraceFlags : debugTraceFlags ,
3919+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
39193920 }
39203921 configJSON := fmt .Sprintf (`
39213922 {
@@ -4812,6 +4813,7 @@ func TestOntapSanEconomyInitialize(t *testing.T) {
48124813 BackendName : "myOntapSanEcoBackend" ,
48134814 DriverContext : tridentconfig .ContextCSI ,
48144815 DebugTraceFlags : debugTraceFlags ,
4816+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
48154817 }
48164818 commonConfigJSON := fmt .Sprintf (`
48174819 {
@@ -4876,6 +4878,7 @@ func TestOntapSanEconomyInitialize_WithNameTemplate(t *testing.T) {
48764878 BackendName : "myOntapSanEcoBackend" ,
48774879 DriverContext : tridentconfig .ContextCSI ,
48784880 DebugTraceFlags : debugTraceFlags ,
4881+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
48794882 }
48804883 commonConfigJSON := fmt .Sprintf (`
48814884 {
@@ -4935,6 +4938,7 @@ func TestOntapSanEconomyInitialize_NameTemplateDefineInStoragePool(t *testing.T)
49354938 BackendName : "myOntapSanEcoBackend" ,
49364939 DriverContext : tridentconfig .ContextCSI ,
49374940 DebugTraceFlags : debugTraceFlags ,
4941+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
49384942 }
49394943 commonConfigJSON := fmt .Sprintf (`
49404944 {
@@ -5002,6 +5006,7 @@ func TestOntapSanEconomyInitialize_NameTemplateDefineInBothPool(t *testing.T) {
50025006 BackendName : "myOntapSanEcoBackend" ,
50035007 DriverContext : tridentconfig .ContextCSI ,
50045008 DebugTraceFlags : debugTraceFlags ,
5009+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
50055010 }
50065011 commonConfigJSON := fmt .Sprintf (`
50075012 {
@@ -5065,6 +5070,7 @@ func TestOntapSanEconomyInitialize_InvalidConfig(t *testing.T) {
50655070 BackendName : "myOntapSanEcoBackend" ,
50665071 DriverContext : tridentconfig .ContextCSI ,
50675072 DebugTraceFlags : debugTraceFlags ,
5073+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
50685074 }
50695075 commonConfigJSON := fmt .Sprintf (`{invalid-json}` )
50705076 secrets := map [string ]string {
@@ -5086,6 +5092,7 @@ func TestOntapSanEconomyInitialize_NoDataLIFs(t *testing.T) {
50865092 BackendName : "myOntapSanEcoBackend" ,
50875093 DriverContext : tridentconfig .ContextCSI ,
50885094 DebugTraceFlags : debugTraceFlags ,
5095+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
50895096 }
50905097 commonConfigJSON := fmt .Sprintf (`
50915098 {
@@ -5135,6 +5142,7 @@ func TestOntapSanEconomyInitialize_NumOfLUNs(t *testing.T) {
51355142 BackendName : "myOntapSanEcoBackend" ,
51365143 DriverContext : tridentconfig .ContextCSI ,
51375144 DebugTraceFlags : debugTraceFlags ,
5145+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
51385146 }
51395147 secrets := map [string ]string {
51405148 "clientcertificate" : "dummy-certificate" ,
@@ -5203,6 +5211,7 @@ func TestOntapSanEconomyInitialize_OtherContext(t *testing.T) {
52035211 BackendName : "myOntapSanEcoBackend" ,
52045212 DriverContext : tridentconfig .ContextCSI ,
52055213 DebugTraceFlags : debugTraceFlags ,
5214+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
52065215 }
52075216 commonConfigJSON := fmt .Sprintf (`
52085217 {
@@ -5255,6 +5264,7 @@ func TestOntapSanEconomyInitialize_NoSVMAggregates(t *testing.T) {
52555264 BackendName : "myOntapSanEcoBackend" ,
52565265 DriverContext : tridentconfig .ContextCSI ,
52575266 DebugTraceFlags : debugTraceFlags ,
5267+ StoragePrefix : convert .ToPtr ("storagePrefix_" ),
52585268 }
52595269 commonConfigJSON := fmt .Sprintf (`
52605270 {
0 commit comments