From de97803a14017f0a55f2c892d3b2aad93dd6cceb Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 19 Apr 2024 16:45:38 +0200 Subject: [PATCH] Crypto test original target now allows to run kereberos tests if both SKIP_AGENT_TESTS=false AGENT_HOSTNAME=some.krb.enabled.agent are provided, the 5 kerberos based tests will run too --- functional/security/Crypto/playlist.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functional/security/Crypto/playlist.xml b/functional/security/Crypto/playlist.xml index db25700c98..f55e9b5d8d 100644 --- a/functional/security/Crypto/playlist.xml +++ b/functional/security/Crypto/playlist.xml @@ -37,8 +37,9 @@ - JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" \ - SKIP_AGENT_TESTS=1 $(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS) + export JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" ; \ + if [ "x${SKIP_AGENT_TESTS}" = "x" ] ; then export SKIP_AGENT_TESTS=1 ; fi ; \ + $(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS) FIPS140_2:nonapplicable