File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator
resources/domain-home-on-pv Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ public class ITMultipleClusters extends BaseTest {
37
37
private static Operator operatorForBackwardCompatibility ;
38
38
private static Operator operatorForRESTCertChain ;
39
39
40
- private static final String TWO_CONFIGURED_CLUSTER_SCRIPT = "create-domain-two-configured-cluster.py" ;
40
+ private static final String TWO_CONFIGURED_CLUSTER_SCRIPT =
41
+ "create-domain-two-configured-cluster.py" ;
41
42
private static final String TWO_MIXED_CLUSTER_SCRIPT = "create-domain-two-mixed-cluster.py" ;
42
43
43
44
/**
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def getEnvVar(var):
131
131
print ('Done setting attributes for Server Template: %s' % templateName );
132
132
133
133
cd ('/Clusters/%s' % cluster_name_2 )
134
- create (cluster_name , 'DynamicServers' )
134
+ create (cluster_name_2 , 'DynamicServers' )
135
135
cd ('DynamicServers/%s' % cluster_name_2 )
136
136
set ('ServerTemplate' , st1 )
137
137
set ('ServerNamePrefix' , managed_server_name_base_2 )
You can’t perform that action at this time.
0 commit comments