File tree Expand file tree Collapse file tree 3 files changed +3
-119
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator Expand file tree Collapse file tree 3 files changed +3
-119
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ public void testDeleteOneDomain() throws Exception {
299
299
300
300
if (operatorForDel == null ) {
301
301
logger .info ("About to create operator" );
302
- operatorForDel = TestUtils .createOperator ("operator_del.yaml" );
302
+ operatorForDel = TestUtils .createOperator (opForDelYamlFile );
303
303
}
304
304
final Domain domain = TestUtils .createDomain (domain1ForDelValueYamlFile );
305
305
verifyBeforeDeletion (domain );
@@ -316,7 +316,7 @@ public void testDeleteTwoDomains() throws Exception {
316
316
317
317
if (operatorForDel == null ) {
318
318
logger .info ("About to create operator" );
319
- operatorForDel = TestUtils .createOperator ("operator_del.yaml" );
319
+ operatorForDel = TestUtils .createOperator (opForDelYamlFile );
320
320
}
321
321
final Domain domain1 = TestUtils .createDomain (domain1ForDelValueYamlFile );
322
322
final Domain domain2 = TestUtils .createDomain (domain2ForDelValueYamlFile );
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ serviceAccount: weblogic-operator
7
7
namespace : weblogic-operator-4-del
8
8
domainNamespaces : [ "domain-ns-4-del-1", "domain-ns-4-del-2" ]
9
9
externalRestEnabled : true
10
+ externalRestHttpsPort : 33001
10
11
javaLoggingLevel : FINE
You can’t perform that action at this time.
0 commit comments