Skip to content

Commit

Permalink
[YUNIKORN-890] Update Yunikorn docs about e2e testing (#89)
Browse files Browse the repository at this point in the history
Add explanation that REST interface tests are part of the e2e tests stored
in the k8shim.
  • Loading branch information
pbacsko committed Nov 15, 2021
1 parent e71cb7c commit a93e22e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developer_guide/build.md
Expand Up @@ -176,3 +176,9 @@ You can also use the same approach to run the scheduler locally but connecting t
as long as the `$HOME/.kube/config` file is pointing to that remote cluster.


## Verify external interface changes with e2e tests

Yunikorn has an external REST interface which is validated by end-to-end tests. However, the tests exist in the k8shim repository.
Whenever a change is made to the external interface, make sure that it is validated by running e2e tests or adjust the test cases accordingly.

How to run the tests locally is described [here](https://github.com/apache/incubator-yunikorn-k8shim/blob/master/test/e2e/README.md).

0 comments on commit a93e22e

Please sign in to comment.