From f76dfc80e19eec1fbc24f6489588bbc35ff2c469 Mon Sep 17 00:00:00 2001 From: judovana Date: Fri, 10 May 2024 23:23:04 +0200 Subject: [PATCH] Crypto test original target now allows to run kereberos tests (#5248) 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 437835b574..13d4fec9f9 100644 --- a/functional/security/Crypto/playlist.xml +++ b/functional/security/Crypto/playlist.xml @@ -41,8 +41,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