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.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at
3
3
// http://oss.oracle.com/licenses/upl.
4
4
@@ -583,6 +583,7 @@ public void testCreateWithDefaultTargetDomainInstall() throws Exception {
583
583
}
584
584
logger .info ("SUCCESS - " + testMethodName );
585
585
}
586
+
586
587
/**
587
588
* Create operator and verify its deployed successfully. Create domain1 and verify domain is
588
589
* started. Call helm upgrade to add domainnew to manage, verify both domains are managed by
@@ -633,6 +634,7 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
633
634
}
634
635
logger .info ("SUCCESS - " + testMethodName );
635
636
}
637
+
636
638
/**
637
639
* Create operator and verify its deployed successfully. Create domain1 and verify domain is
638
640
* 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.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at
3
3
// http://oss.oracle.com/licenses/upl.
4
4
You can’t perform that action at this time.
0 commit comments