File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2018 , Oracle Corporation and/or its affiliates. All rights reserved.
1+ // Copyright 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
22// Licensed under the Universal Permissive License v 1.0 as shown at
33// http://oss.oracle.com/licenses/upl.
44
@@ -583,6 +583,7 @@ public void testCreateWithDefaultTargetDomainInstall() throws Exception {
583583 }
584584 logger .info ("SUCCESS - " + testMethodName );
585585 }
586+
586587 /**
587588 * Create operator and verify its deployed successfully. Create domain1 and verify domain is
588589 * started. Call helm upgrade to add domainnew to manage, verify both domains are managed by
@@ -633,6 +634,7 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
633634 }
634635 logger .info ("SUCCESS - " + testMethodName );
635636 }
637+
636638 /**
637639 * Create operator and verify its deployed successfully. Create domain1 and verify domain is
638640 * started. Delete operator and make sure domain1 is still functional
Original file line number Diff line number Diff line change 1- // Copyright 2018 , Oracle Corporation and/or its affiliates. All rights reserved.
1+ // Copyright 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
22// Licensed under the Universal Permissive License v 1.0 as shown at
33// http://oss.oracle.com/licenses/upl.
44
You can’t perform that action at this time.
0 commit comments