Skip to content

Commit 39e790a

Browse files
committed
moved the mysql yaml file
1 parent e1cd6c2 commit 39e790a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void staticPrepare() throws Exception {
6060
// Create the MySql db container
6161
ExecResult result =
6262
TestUtils.exec(
63-
"kubectl create -f " + TESTSCRIPTDIR + "/sitconfig/mysql/mysql-dbservices.yml");
63+
"kubectl create -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml");
6464
Assert.assertEquals(0, result.exitValue());
6565

6666
fqdn = TestUtils.getHostName();
@@ -99,7 +99,7 @@ public static void staticUnPrepare() throws Exception {
9999
tearDown();
100100
ExecResult result =
101101
TestUtils.exec(
102-
"kubectl delete -f " + TESTSCRIPTDIR + "/sitconfig/mysql/mysql-dbservices.yml");
102+
"kubectl delete -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml");
103103
}
104104
}
105105

0 commit comments

Comments
 (0)