Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, the run-e2e-test script supports only two actions: cleanup and test.
It's common for us to want to test specific e2e tests instead of the entire set of e2e tests.
So, let's add a new action to only install the kind cluster. Then, we can run a particular e2e test for a specific folder using:
e.g.
`make e2e_test E2E_TEST=user_group_limit`
For even finer granularity:
e.g.
```
ginkgo run -r -v --focus "Verify_maxapplications_with_a_specific_group_limit" – -yk-namespace "yunikorn" -kube-config "$HOME/.kube/config"
```
Attachments
Issue Links
- links to