From 8270e9ccabb80bf99ee800e3f544206769a8bd38 Mon Sep 17 00:00:00 2001 From: zzambers Date: Wed, 8 Nov 2023 16:38:00 +0100 Subject: [PATCH] Add ssl-tests (#4835) * Add ssl-tests * Use dev level for ssl-tests * ssl-tests: requirements fixes --- functional/security/ssl-tests/build.xml | 145 +++++++++++++++++++++ functional/security/ssl-tests/playlist.xml | 33 +++++ 2 files changed, 178 insertions(+) create mode 100644 functional/security/ssl-tests/build.xml create mode 100644 functional/security/ssl-tests/playlist.xml diff --git a/functional/security/ssl-tests/build.xml b/functional/security/ssl-tests/build.xml new file mode 100644 index 0000000000..6c8199dfbe --- /dev/null +++ b/functional/security/ssl-tests/build.xml @@ -0,0 +1,145 @@ + + + + + + + + ssl-tests Security Functional tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/functional/security/ssl-tests/playlist.xml b/functional/security/ssl-tests/playlist.xml new file mode 100644 index 0000000000..b474c6b0ce --- /dev/null +++ b/functional/security/ssl-tests/playlist.xml @@ -0,0 +1,33 @@ + + + + + ssl-tests + $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ + -a -xml -v:fail,error,time,nopass,summary -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)ssl-tests$(D)ssl-tests$(D)jtreg-wrappers$(Q); \ + $(TEST_STATUS) + + dev + + + functional + + bits.64,arch.x86 + +