Skip to content

Commit 9ad61da

Browse files
jasonkatonicajudovana
authored andcommitted
Run OpenJCEPlus tests without FIPS properties
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]>
1 parent 5d9876c commit 9ad61da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

functional/OpenJcePlusTests/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
<target name="build">
124124
<if>
125125
<and>
126-
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS"/>
127126
<equals arg1="${JDK_VENDOR}" arg2="ibm" />
128127
<equals arg1="${JDK_IMPL}" arg2="openj9" />
129128
<not>

functional/OpenJcePlusTests/playlist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
cp -r ${REPORTDIR}/target/surefire-reports/* junitreports
4444
</command>
4545
<features>
46-
<feature>FIPS140_3_OpenJCEPlusFIPS:required</feature>
47-
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:required</feature>
46+
<feature>FIPS140_3_OpenJCEPlusFIPS:nonapplicable</feature>
47+
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:nonapplicable</feature>
4848
</features>
4949
<levels>
5050
<level>extended</level>

0 commit comments

Comments
 (0)