From 779d6fd92591f784750ba90a5b2197fd855abb75 Mon Sep 17 00:00:00 2001 From: Jayashree Huttanagoudar Date: Fri, 24 Nov 2023 00:48:46 +0530 Subject: [PATCH] Address review comment to replace old URI with new one Signed-off-by: Jayashree Huttanagoudar --- tests/features/java/java_s2i.feature | 2 +- tests/features/jolokia.feature | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/features/java/java_s2i.feature b/tests/features/java/java_s2i.feature index b4afcee9..212acde6 100644 --- a/tests/features/java/java_s2i.feature +++ b/tests/features/java/java_s2i.feature @@ -271,7 +271,7 @@ Feature: Openshift OpenJDK S2I tests Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga - Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile + Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile | variable | value | | MAVEN_ARGS | -e package | diff --git a/tests/features/jolokia.feature b/tests/features/jolokia.feature index 10a4e05f..79802646 100644 --- a/tests/features/jolokia.feature +++ b/tests/features/jolokia.feature @@ -2,13 +2,13 @@ Feature: Openshift OpenJDK Jolokia tests Scenario: Check Environment variable is correct - Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet + Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet Then run sh -c 'unzip -q -p /usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar META-INF/maven/org.jolokia/jolokia-jvm/pom.properties | grep -F ${JOLOKIA_VERSION}' in container and check its output for version= @ubi8/openjdk-8 @ubi8/openjdk-11 Scenario: Check jolokia port is available - Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet + Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet Then check that port 8778 is open And inspect container | path | value | @@ -17,7 +17,7 @@ Feature: Openshift OpenJDK Jolokia tests @ubi8/openjdk-8 @ubi8/openjdk-11 Scenario: Ensure Jolokia diagnostic options work correctly - Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet + Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet | variable | value | | JAVA_ARGS | Hello from CTF test | | JAVA_DIAGNOSTICS | true |