Skip to content

Commit d0c656d

Browse files
committed
removed sleep calls, corrected Readme2
1 parent c76dadc commit d0c656d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITUsabilityOperatorHelmChart.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Operator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)