Skip to content
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

TEST: make and use a fipsinstall script #11565

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented Apr 18, 2020

We have copies of the exact same fipsinstall call in several test
recipes. This refactors those calls into a single simple script.

We have copies of the exact same fipsinstall call in several test
recipes.  This refactors those calls into a single simple script.
@levitte levitte added branch: master Merge to master branch approval: review pending This pull request needs review by a committer labels Apr 18, 2020
@levitte levitte added this to the 3.0.0 milestone Apr 18, 2020
@levitte levitte added this to In progress in 3.0 New Core + FIPS via automation Apr 18, 2020
3.0 New Core + FIPS automation moved this from In progress to Reviewer approved Apr 18, 2020
@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Apr 18, 2020
@paulidale
Copy link
Contributor

Assuming the CIs agree.

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

@levitte levitte added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Apr 19, 2020
openssl-machine pushed a commit that referenced this pull request Apr 19, 2020
We have copies of the exact same fipsinstall call in several test
recipes.  This refactors those calls into a single simple script.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from #11565)
@levitte
Copy link
Member Author

levitte commented Apr 19, 2020

Merged

ae6b654 TEST: make and use a fipsinstall script

@levitte levitte closed this Apr 19, 2020
3.0 New Core + FIPS automation moved this from Reviewer approved to Done Apr 19, 2020
@levitte levitte deleted the refactor-fipsinstall-call branch April 19, 2020 21:35
@t8m
Copy link
Member

t8m commented Apr 20, 2020

@levitte The Travis breakage on OS/X was relevant.

@levitte
Copy link
Member Author

levitte commented Apr 21, 2020

I'm trying to investigate that.
(if someone would toss a working Mac my way, that would be very helpful 😉)

use platform;

my @providers = ($bldtop_dir, 'providers');
my $fips_cnf = File::Spec->catfile(@providers, 'fipsinstall.cnf');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh. This is a a really bad name for the config file. It is about configuration of the FIPS module. I will update my "rename things" PR. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants