Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4922 from pshipton/testcryptoaix
Run the CryptoTest on AIX for jdk11 and later
  • Loading branch information
Shelley Lambert committed Mar 1, 2019
2 parents 950433e + aea22e7 commit 352ead0
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion test/functional/cmdLineTests/openssl/playlist.xml
Expand Up @@ -25,7 +25,7 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../TestConfig/playlist.xsd">
<test>
<testCaseName>cmdLineTester_CryptoTest</testCaseName>
<testCaseName>cmdLineTester_CryptoTest_8</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
Expand All @@ -45,5 +45,33 @@
<impls>
<impl>openj9</impl>
</impls>
<subsets>
<subset>8</subset>
</subsets>
</test>

<test>
<testCaseName>cmdLineTester_CryptoTest</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
-DTEST_RESROOT=$(Q)$(TEST_RESROOT)$(D)$(Q) -DRESJAR=$(CMDLINETESTER_RESJAR) \
-DEXE=$(SQ)$(JAVA_COMMAND) $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)openssl.xml$(Q) \
-verbose -explainExcludes -nonZeroExitWhenError; \
$(TEST_STATUS)</command>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>functional</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
<subsets>
<subset>11+</subset>
</subsets>
</test>

</playlist>

0 comments on commit 352ead0

Please sign in to comment.