ROX-27014: Cert refresh testing cleanup - extract verifySecrets#13650
ROX-27014: Cert refresh testing cleanup - extract verifySecrets#13650vladbologa merged 3 commits intomasterfrom
Conversation
|
Images are ready for the commit at 531569f. To use with deploy scripts, first |
|
Hey Vlad! |
I'll make it draft for now as it's outdated in its current form. |
961239c to
8868472
Compare
|
@vladbologa do you plan to work on it and make it reviewable soon? I am asking, as we have several large PRs to review and we must find the right priorities for them. |
Actually it's ready now. It's a small change, it only extracts some common testing code. I have to put the follow-up #13596 on hold until I finish another task, though. |
8868472 to
a0b435f
Compare
|
/retest |
vikin91
left a comment
There was a problem hiding this comment.
Looks okay as a prefactor. I am curious how it would play together with the follow-up PR.
Please check my comment about missing entry for scanner-v4-matcher before merging.
|
/test ocp-4-12-nongroovy-e2e-tests |
Description
This PR extract similar code from the local scanner and the secured cluster certificate refresh tests, into a common
verifySecretsfunction.This is also a prefactor for #13596, where this function will be used in more tests.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
Testing change only, CI is sufficient.