-
Notifications
You must be signed in to change notification settings - Fork 349
Port 1-086_validate_applicationset_extra_command_args test to Ginkgo #1040
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
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
4d79145 to
49dbe4e
Compare
49dbe4e to
60468a2
Compare
|
/retest |
|
/retest-required |
60468a2 to
ebe3f7b
Compare
|
/test v4.19-kuttl-parallel |
|
/test v4.14-kuttl-sequential |
ebe3f7b to
c5a8019
Compare
Signed-off-by: Triona Doyle <[email protected]>
c5a8019 to
9762ace
Compare
|
/retest-required |
What type of PR is this?
/kind enhancement
What does this PR do / why we need it:
This PR adds a new e2e test, porting the 1-086_validate_applicationset_extra_command_args test to Ginkgo
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
https://issues.redhat.com/browse/GITOPS-7203
Fixes #?
Test acceptance criteria:
How to test changes / Special notes to the reviewer:
to execute test locally
$ export LOCAL_RUN=true && export GINKGO_TEST_SUITE="parallel" && export export GINKGO_FOCUS="1-086_validate_applicationset_extra_command_args"
$ ./bin/ginkgo -v -focus $GINKGO_FOCUS -r ./test/openshift/e2e/ginkgo/$GINKGO_TEST_SUITE