pipelines/backend/test/v2/initialization
Chen Sun 8b2fba3f39
test: Add v2 API integration tests (#9185)
* Add v2 API integration tests

* move v1 client
2023-04-27 20:20:39 +00:00
..
README.md test: Add v2 API integration tests (#9185) 2023-04-27 20:20:39 +00:00
flags.go test: Adding v2 initialization tests (#8978) 2023-03-15 00:24:09 +00:00
initialization_test.go test: Adding v2 initialization tests (#8978) 2023-03-15 00:24:09 +00:00

README.md

Api Server Integration Tests

WARNING

These integration tests will delete all the data in your KFP instance, please only use a test cluster to run these.

How to run

  1. Configure kubectl to connect to your kfp cluster.
  2. Run the following for all integration tests: NAMESPACE=<kfp-namespace> ./run_tests_locally.sh.
  3. Or run the following to select certain tests: NAMESPACE=<kfp-namespace> ./run_tests_locally.sh -testify.m Job. Reference: https://stackoverflow.com/a/43312451