File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
import java .util .Map ;
14
14
import java .util .logging .Level ;
15
15
16
- import oracle .kubernetes .operator .utils .Domain ;
17
- import oracle .kubernetes .operator .utils .DomainCrd ;
18
- import oracle .kubernetes .operator .utils .ExecResult ;
19
- import oracle .kubernetes .operator .utils .Operator ;
20
- import oracle .kubernetes .operator .utils .TestUtils ;
21
16
import org .junit .AfterClass ;
22
- import org .junit .Assume ;
23
17
import org .junit .BeforeClass ;
24
18
import org .junit .FixMethodOrder ;
25
19
import org .junit .Test ;
20
+ import org .junit .Assume ;
26
21
import org .junit .runners .MethodSorters ;
22
+ import oracle .kubernetes .operator .utils .Domain ;
23
+ import oracle .kubernetes .operator .utils .DomainCrd ;
24
+ import oracle .kubernetes .operator .utils .ExecResult ;
25
+ import oracle .kubernetes .operator .utils .Operator ;
26
+ import oracle .kubernetes .operator .utils .TestUtils ;
27
27
28
28
/**
29
29
* Simple JUnit test file used for testing domain pod templates.
Original file line number Diff line number Diff line change @@ -1249,7 +1249,7 @@ protected void callCreateDomainScript(String outputDir) throws Exception {
1249
1249
1250
1250
// write configOverride and configOverrideSecrets to domain.yaml and/or create domain
1251
1251
if (domainMap .containsKey ("configOverrides" ) || domainMap .containsKey ("domainHomeImageBase" )
1252
- || createDomainResource ) {
1252
+ || ! createDomainResource ) {
1253
1253
appendToDomainYamlAndCreate ();
1254
1254
}
1255
1255
}
You can’t perform that action at this time.
0 commit comments