Skip to content

Commit 63e6b2f

Browse files
committed
added usability tests for Operator HelmChart part8
1 parent 3522e74 commit 63e6b2f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ public void testSecondOpSharingSameTargetDomainsNSNegativeInstall() throws Excep
320320
new Operator(TestUtils.createOperatorMap(number, true), RESTCertType.SELF_SIGNED);
321321
firstoperator.callHelmInstall();
322322
number = number + 1;
323+
oprelease = "op" + number;
323324
Map<String, Object> operatorMap = TestUtils.createOperatorMap(number, false);
324325
ArrayList<String> targetDomainsNS =
325326
(ArrayList<String>) firstoperator.getOperatorMap().get("domainNamespaces");

integration-tests/src/test/resources/operator_hc.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)