File tree 1 file changed +4
-1
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
import io .kubernetes .client .openapi .models .V1LocalObjectReference ;
16
16
import oracle .weblogic .domain .ClusterResource ;
17
17
import oracle .weblogic .domain .DomainResource ;
18
+ import oracle .weblogic .kubernetes .actions .TestActions ;
18
19
import oracle .weblogic .kubernetes .actions .impl .primitive .Command ;
19
20
import oracle .weblogic .kubernetes .actions .impl .primitive .CommandParams ;
20
21
import oracle .weblogic .kubernetes .annotations .IntegrationTest ;
@@ -502,7 +503,9 @@ private void testMiiJmsJtaServiceMigration() {
502
503
*/
503
504
@ AfterAll
504
505
public void tearDownAll () throws ApiException {
505
- if (!SKIP_CLEANUP ) {
506
+ if (!SKIP_CLEANUP ) {
507
+ TestActions .shutdownDomain (fmwDomainUid , fmwDomainNamespace );
508
+ TestActions .shutdownDomain (wlsDomainUid , wlsDomainNamespace );
506
509
deleteOracleDB (dbNamespace , dbName );
507
510
uninstallDBOperator (dbNamespace );
508
511
}
You can’t perform that action at this time.
0 commit comments