-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the OpenJcePlusTests to FIPS140_3_OpenJCEPlusFIPS and FIPS140_3_OpenJCEPlusFIPS.FIPS140-3 #5606
Conversation
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS"/> | ||
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS.FIPS140-3"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS"/>
is sufficent. We do not need the second line
…3_OpenJCEPlusFIPS Signed-off-by: Anna Babu Palathingal <[email protected]> related:adoptium#5605
c72cbc5
to
140f0b2
Compare
Please provide Grinder links. |
The test is skipped in both Grinder. |
For OpenJcePlusTests, you need to use Semeru build. |
Grinder links with Semeru builds TEST_FLAG:FIPS140_3_OpenJCEPlusFIPS ppc64le_linux FIPS140_3_OpenJCEPlusFIPS |
|
Grinder link: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Anna Babu Palathingal [email protected]
related:#5605