[Tests-only] copy certificates to server storage during testing#37787
Merged
phil-davis merged 1 commit intomasterfrom Aug 9, 2020
Merged
[Tests-only] copy certificates to server storage during testing#37787phil-davis merged 1 commit intomasterfrom
phil-davis merged 1 commit intomasterfrom
Conversation
c3ae8f3 to
b707e76
Compare
Codecov Report
@@ Coverage Diff @@
## master #37787 +/- ##
============================================
- Coverage 64.71% 64.70% -0.01%
- Complexity 19391 19392 +1
============================================
Files 1284 1284
Lines 75753 75757 +4
Branches 1333 1333
============================================
+ Hits 49021 49022 +1
- Misses 26340 26343 +3
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
individual-it
approved these changes
Aug 9, 2020
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In the acceptance tests for the
occ security:certificatescommands, use the testing app to copy the certificate files into a temporary directory on the system-under-test and import the certificates from the temporary directory. This avoids problems when the test-runner and the system-under-test are in different file-systems.Related Issue
How Has This Been Tested?
CI
Types of changes
Checklist: