From 78561e90150a2bfceb7b9df391f4f9dea9b6e953 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Thu, 18 Apr 2024 13:57:54 -0400 Subject: [PATCH] Add CryptoTests_jtreg - add CryptoTests_jtreg back (see https://github.com/adoptium/aqa-tests/pull/5134/) - CryptoTests_jtreg directly triggers the tests via jtreg and it runs against all vendors except redhat - CryptoTests only runs for vendor=redhat - add retry for git clone to mitigate network issue - add check CryptoTest repo sha Signed-off-by: Lan Xia --- functional/security/Crypto/build.xml | 6 ++-- functional/security/Crypto/playlist.xml | 47 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 4 deletions(-) diff --git a/functional/security/Crypto/build.xml b/functional/security/Crypto/build.xml index 16a8c62609..603c8306a3 100644 --- a/functional/security/Crypto/build.xml +++ b/functional/security/Crypto/build.xml @@ -42,10 +42,8 @@ - - - - + + diff --git a/functional/security/Crypto/playlist.xml b/functional/security/Crypto/playlist.xml index 1d5763ea53..56cb4f83b4 100644 --- a/functional/security/Crypto/playlist.xml +++ b/functional/security/Crypto/playlist.xml @@ -49,5 +49,52 @@ functional + + redhat + + + + CryptoTests_jtreg + + + for redhat, please see CryptoTests + redhat + + + https://github.com/eclipse-openj9/openj9/issues/16712 + 19+ + openj9 + + + https://github.com/eclipse-openj9/openj9/issues/16710 + .*windows + openj9 + + + https://github.com/eclipse-openj9/openj9/issues/19164 + (?:aarch64_mac|x86-64_mac|s390x_linux).* + openj9 + + + https://github.com/adoptium/aqa-tests/issues/4336 + .*solaris + + + $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ + -a -xml -v:fail,error,time,nopass,summary -Dcryptotests.skipAgentTests=1 -timeoutFactor:2 \ + -w $(Q)$(REPORTDIR)$(D)work$(Q) \ + -r $(Q)$(REPORTDIR)$(D)report$(Q) \ + -jdk:$(Q)$(TEST_JDK_HOME)$(Q) \ + $(Q)$(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(Q); \ + $(TEST_STATUS) + + FIPS140_2:nonapplicable + + + extended + + + functional +