Skip to content

Commit

Permalink
Run OpenJCEPlus tests without FIPS properties (#6016)
Browse files Browse the repository at this point in the history
The mvn based OpenJCEPlus tests are not intended to be run in FIPS mode
this update runs these tests whenever FIPS flags are not present.

It should be noted that these tests are still expected to run and test
from a functional perspective both FIPS and non FIPS related tests.

Signed-off-by: Jason Katonica <[email protected]>
Co-authored-by: Jason Katonica <[email protected]>
  • Loading branch information
LongyuZhang and jasonkatonica authored Mar 10, 2025
1 parent dfad636 commit 284e5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion functional/OpenJcePlusTests/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<target name="build">
<if>
<and>
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS"/>
<equals arg1="${JDK_VENDOR}" arg2="ibm" />
<equals arg1="${JDK_IMPL}" arg2="openj9" />
<not>
Expand Down
4 changes: 2 additions & 2 deletions functional/OpenJcePlusTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
cp -r ${REPORTDIR}/target/surefire-reports/* junitreports
</command>
<features>
<feature>FIPS140_3_OpenJCEPlusFIPS:required</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:required</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:nonapplicable</feature>
</features>
<levels>
<level>extended</level>
Expand Down

0 comments on commit 284e5e6

Please sign in to comment.