added ginkgo test for Banner property of argocd#962
Conversation
Signed-off-by: Alka Kumari <alkumari@redhat.com>
|
Hi @alkakumari016. Thanks for your PR. I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
svghadi
left a comment
There was a problem hiding this comment.
@alkakumari016 - What do you think about combining all the test scenarios in a single IT, instead of creating multiple ITs, which creates multiple ArgoCD instances.
The test can follow below sequence
- Create Banner with all support configs in ArgoCD CR
- Check if it is reflected in argocd-cm
- Update some banner properties in ArgoCD CR
- Check if new values are reflected in argocd-cm and old are preserved
- Remove the banner from ArgoCD CR
- Check if corresponding configs are removed from argocd-cm
Signed-off-by: Alka Kumari <alkumari@redhat.com>
@svghadi I have merged the blocks into one It block and removed some unwanted tests. The sequence looks good and makes sense to remove other scenarios since these are covering pretty much everyuthing. I have updated the PR please take a look. |
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: svghadi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/cherry-pick v1.18 |
|
@svghadi: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
1 similar comment
|
/retest |
60472d6
into
redhat-developer:master
|
@svghadi: new pull request created: #968 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
What does this PR do / why we need it:
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #?
GITOPS-7712
How to test changes / Special notes to the reviewer: