@@ -87,11 +87,6 @@ func TestSingleNodeInstallation(t *testing.T) {
8787 if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
8888 t .Fatalf ("fail to install helmvm on node %s: %v" , tc .Nodes [0 ], err )
8989 }
90- t .Log ("creating deployment mounting pvc" )
91- line = []string {"deploy-with-pvc.sh" }
92- if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
93- t .Fatalf ("fail to create deployment with pvc: %v" , err )
94- }
9590}
9691
9792func TestMultiNodeInstallation (t * testing.T ) {
@@ -145,11 +140,6 @@ func TestSingleNodeInstallationRockyLinux8(t *testing.T) {
145140 if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
146141 t .Fatalf ("fail to install helmvm on node %s: %v" , tc .Nodes [0 ], err )
147142 }
148- t .Log ("creating deployment mounting pvc" )
149- line = []string {"deploy-with-pvc.sh" }
150- if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
151- t .Fatalf ("fail to create deployment with pvc: %v" , err )
152- }
153143}
154144
155145func TestSingleNodeInstallationDebian12 (t * testing.T ) {
@@ -174,10 +164,6 @@ func TestSingleNodeInstallationDebian12(t *testing.T) {
174164 t .Fatalf ("fail to install helmvm on node %s: %v" , tc .Nodes [0 ], err )
175165 }
176166 t .Log ("creating deployment mounting pvc" )
177- line = []string {"deploy-with-pvc.sh" }
178- if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
179- t .Fatalf ("fail to create deployment with pvc: %v" , err )
180- }
181167}
182168
183169func TestSingleNodeInstallationCentos8Stream (t * testing.T ) {
@@ -205,11 +191,6 @@ func TestSingleNodeInstallationCentos8Stream(t *testing.T) {
205191 if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
206192 t .Fatalf ("fail to install helmvm on node %s: %v" , tc .Nodes [0 ], err )
207193 }
208- t .Log ("creating deployment mounting pvc" )
209- line = []string {"deploy-with-pvc.sh" }
210- if _ , _ , err := RunCommandOnNode (t , tc , 0 , line ); err != nil {
211- t .Fatalf ("fail to create deployment with pvc: %v" , err )
212- }
213194}
214195
215196func TestMultiNodeInteractiveInstallation (t * testing.T ) {
0 commit comments