File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1515import io .kubernetes .client .openapi .models .V1LocalObjectReference ;
1616import oracle .weblogic .domain .ClusterResource ;
1717import oracle .weblogic .domain .DomainResource ;
18+ import oracle .weblogic .kubernetes .actions .TestActions ;
1819import oracle .weblogic .kubernetes .actions .impl .primitive .Command ;
1920import oracle .weblogic .kubernetes .actions .impl .primitive .CommandParams ;
2021import oracle .weblogic .kubernetes .annotations .IntegrationTest ;
@@ -502,7 +503,9 @@ private void testMiiJmsJtaServiceMigration() {
502503 */
503504 @ AfterAll
504505 public void tearDownAll () throws ApiException {
505- if (!SKIP_CLEANUP ) {
506+ if (!SKIP_CLEANUP ) {
507+ TestActions .shutdownDomain (fmwDomainUid , fmwDomainNamespace );
508+ TestActions .shutdownDomain (wlsDomainUid , wlsDomainNamespace );
506509 deleteOracleDB (dbNamespace , dbName );
507510 uninstallDBOperator (dbNamespace );
508511 }
You can’t perform that action at this time.
0 commit comments