forked from LaconicNetwork/kompose
Script for generating CLI tests:
* Made an entry in the Makefile: `make gen-cmd` will run the script now * Added a section on adding CLI tests in development docs
This commit is contained in:
@@ -106,6 +106,12 @@ OpenShift is using forked Kubernetes to carry some patches.
|
||||
Currently it is not possible to use different Kubernetes version from version that OpenShift uses.
|
||||
(for more see comments in `glide.yml`)
|
||||
|
||||
### Adding CLI tests
|
||||
|
||||
[Kompose CLI tests](https://github.com/kubernetes/kompose/tree/master/script/test/cmd) run `kompose convert` with docker-compose files, and cross-check the k8s and OpenShift artifacts generated with the template files.
|
||||
|
||||
To generate CLI tests, please run `make generate-test-cmd`.
|
||||
|
||||
### CI
|
||||
|
||||
For Kompose, we use numerous CI's:
|
||||
|
||||
Reference in New Issue
Block a user