@@ -52,7 +52,6 @@ public class ItPodsRestart extends BaseTest {
52
52
@ BeforeClass
53
53
public static void staticPrepare () throws Exception {
54
54
// initialize test properties and create the directories
55
- //if (QUICKTEST) {
56
55
if (!QUICKTEST ) {
57
56
initialize (APP_PROPS_FILE );
58
57
@@ -80,7 +79,6 @@ public static void staticPrepare() throws Exception {
80
79
*/
81
80
@ AfterClass
82
81
public static void staticUnPrepare () throws Exception {
83
- //if (QUICKTEST) {
84
82
if (!QUICKTEST ) {
85
83
logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
86
84
logger .info ("BEGIN" );
@@ -231,28 +229,6 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
231
229
);
232
230
233
231
if (BaseTest .SHARED_CLUSTER ) {
234
- /*String newImage =
235
- System.getenv("REPO_REGISTRY") + "/weblogick8s/middleware/weblogic:duplicate";
236
- // tag image with repo name
237
- String tag =
238
- "docker tag " + getWeblogicImageName() + ":" + getWeblogicImageTag() + " " + newImage;
239
- TestUtils.exec(tag, true);
240
- TestUtils.exec("docker images", true);
241
- String newImage = getWeblogicImageServer()+ "/middleware/weblogic:12.2.1.3-dev";
242
-
243
- // login and push image to ocir
244
- TestUtils.loginAndPushImageToOcir(newImage);
245
-
246
- // create ocir registry secret in the same ns as domain which is used while pulling the
247
- // image
248
- TestUtils.createDockerRegistrySecret(
249
- "docker-store",
250
- System.getenv("REPO_REGISTRY"),
251
- System.getenv("REPO_USERNAME"),
252
- System.getenv("REPO_PASSWORD"),
253
- System.getenv("REPO_EMAIL"),
254
- domain.getDomainNs());*/
255
-
256
232
String newImage = getWeblogicImageServer ()+ "/middleware/weblogic:12.2.1.3-dev" ;
257
233
// apply new domain yaml and verify pod restart
258
234
domain .verifyDomainServerPodRestart (
0 commit comments