From 497fb03636dd0771de713c3b3d47908e9d0556b2 Mon Sep 17 00:00:00 2001 From: "MAGGIE.HE@ORACLE.COM" Date: Thu, 27 Jan 2022 16:06:40 +0000 Subject: [PATCH 1/3] fmw-sgr --- integration-tests/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 7fd74b700e2..f78bb46f223 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -301,6 +301,18 @@ + + fmw-srg + + false + + **/ItFmwDomainInPVUsingWLST, + **/ItFmwDomainInPVUsingWDT, + **/ItFmwMiiDomain, + **/ItFmwDiiSample + + + oke-cert From e76bb41a446bc27d9c959a430be5b44bf93fa2e9 Mon Sep 17 00:00:00 2001 From: "MAGGIE.HE@ORACLE.COM" Date: Fri, 28 Jan 2022 17:27:20 +0000 Subject: [PATCH 2/3] wip --- kindtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kindtest.sh b/kindtest.sh index 5ae6e4b016a..4fa54b6ba68 100755 --- a/kindtest.sh +++ b/kindtest.sh @@ -307,7 +307,7 @@ if [ "${test_filter}" != "**/It*" ]; then echo "Running mvn -Dit.test=${test_filter} -Dwdt.download.url=${wdt_download_url} -Dwit.download.url=${wit_download_url} -Dwle.download.url=${wle_download_url} -DPARALLEL_CLASSES=${parallel_run} -DNUMBER_OF_THREADS=${threads} -pl integration-tests -P ${maven_profile_name} verify" time mvn -Dit.test="${test_filter}" -Dwdt.download.url="${wdt_download_url}" -Dwit.download.url="${wit_download_url}" -Dwle.download.url="${wle_download_url}" -DPARALLEL_CLASSES="${parallel_run}" -DNUMBER_OF_THREADS="${threads}" -pl integration-tests -P ${maven_profile_name} verify 2>&1 | tee "${RESULT_ROOT}/kindtest.log" || captureLogs else - if [ "${maven_profile_name}" = "toolkits-srg" ] || [ "${maven_profile_name}" = "wls-image-cert" ] || [ "${maven_profile_name}" = "fmw-pipeline" ] || [ "${maven_profile_name}" = "fmw-image-cert" ] || [ "${maven_profile_name}" = "kind-sequential" ]; then + if [ "${maven_profile_name}" = "fmw-srg" ] || [ "${maven_profile_name}" = "toolkits-srg" ] || [ "${maven_profile_name}" = "wls-image-cert" ] || [ "${maven_profile_name}" = "fmw-pipeline" ] || [ "${maven_profile_name}" = "fmw-image-cert" ] || [ "${maven_profile_name}" = "kind-sequential" ]; then echo "Running mvn -Dwdt.download.url=${wdt_download_url} -Dwit.download.url=${wit_download_url} -Dwle.download.url=${wle_download_url} -DPARALLEL_CLASSES=${parallel_run} -DNUMBER_OF_THREADS=${threads} -pl integration-tests -P ${maven_profile_name} verify" time mvn -Dwdt.download.url="${wdt_download_url}" -Dwit.download.url="${wit_download_url}" -Dwle.download.url="${wle_download_url}" -DPARALLEL_CLASSES="${parallel_run}" -DNUMBER_OF_THREADS="${threads}" -pl integration-tests -P ${maven_profile_name} verify 2>&1 | tee "${RESULT_ROOT}/kindtest.log" || captureLogs else From 70ccac9038f9e2b91e50add6e77a9c370a333200 Mon Sep 17 00:00:00 2001 From: "MAGGIE.HE@ORACLE.COM" Date: Mon, 31 Jan 2022 19:10:52 +0000 Subject: [PATCH 3/3] remove Fmw dii sample --- integration-tests/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a1b2dc890b8..943141e3276 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -309,7 +309,6 @@ **/ItFmwDomainInPVUsingWLST, **/ItFmwDomainInPVUsingWDT, **/ItFmwMiiDomain, - **/ItFmwDiiSample