File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ public static void staticPrepare() throws Exception {
5959 sitconfigDir = BaseTest .getResultDir () + "/configoverridefiles" ;
6060 // Create the MySql db container
6161 ExecResult result =
62- TestUtils .exec (
63- "kubectl create -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml" );
62+ TestUtils .exec ("kubectl create -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml" );
6463 Assert .assertEquals (0 , result .exitValue ());
6564
6665 fqdn = TestUtils .getHostName ();
@@ -98,8 +97,7 @@ public static void staticUnPrepare() throws Exception {
9897 destroySitConfigDomain ();
9998 tearDown ();
10099 ExecResult result =
101- TestUtils .exec (
102- "kubectl delete -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml" );
100+ TestUtils .exec ("kubectl delete -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml" );
103101 }
104102 }
105103
You can’t perform that action at this time.
0 commit comments