Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 09893b4

Browse files
anpanigrrjeberhard
authored andcommitted
Resolution to NGINX installation issue
1 parent 0e686da commit 09893b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎integration-tests/src/test/java/oracle/weblogic/kubernetes/ItFmwDomainInPvUserCreateRcu.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import oracle.weblogic.kubernetes.logging.LoggingFacade;
2020
import org.junit.jupiter.api.BeforeAll;
2121
import org.junit.jupiter.api.DisplayName;
22+
import org.junit.jupiter.api.Tag;
2223
import org.junit.jupiter.api.Test;
2324

2425
import static oracle.weblogic.kubernetes.TestConstants.ADMIN_PASSWORD_DEFAULT;
@@ -53,6 +54,7 @@
5354
* Test to create a FMW domain on PV with DomainOnPvSimplification feature when user pre-creates RCU.
5455
*/
5556
@DisplayName("Test for initializeDomainOnPV when user per-creates RCU")
57+
@Tag("kind-sequential")
5658
@IntegrationTest
5759
public class ItFmwDomainInPvUserCreateRcu {
5860

‎integration-tests/src/test/java/oracle/weblogic/kubernetes/TestConstants.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public interface TestConstants {
181181
public static final String NGINX_CHART_VERSION = "4.0.17";
182182
public static final String NGINX_INGRESS_IMAGE_DIGEST =
183183
"sha256:314435f9465a7b2973e3aa4f2edad7465cc7bcdc8304be5d146d70e4da136e51";
184-
public static final String TEST_NGINX_IMAGE_NAME = "test-images/ingress-nginx/controller";
184+
public static final String TEST_NGINX_IMAGE_NAME = TEST_IMAGES_TENANCY + "/test-images/ingress-nginx/controller";
185185
public static final String NGINX_INGRESS_IMAGE_TAG = "v1.2.0";
186186

187187
// Traefik constants

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /