acceptance-testing
acceptance-testing copied to clipboard
Acceptance test suite for the Helm client
Completion tests adaptation for https://github.com/helm/helm/pull/7690 Should only be merged once the helm PR is merged.
The installation of some tools has hard-code paths in them. For example: ``` $ head -1 .acceptance/.venv/bin/robot #!/Users/marckhouzam/git/acceptance-testing/.acceptance/.venv/bin/python3.7 ``` If I want to move the acceptance-testing repo to a new...
It is possible for a user to run make from outside of the acceptance-testing directory. For example $ cd /tmp $ make -f $GOPATH/src/helm.sh/acceptance-testing/Makefile To support this, the Makefile must...
ROBOT only gives the tester access to the logs at the very end of the test run. When developping, this can be annoying. This change, admittedly a hack, allows to...
With Helm v2 having reached EOL, I was wondering if we should remove v2 support from the acceptance-tests. The idea is simply to simplify the maintenance of the acceptance-tests. Any...
Please see https://github.com/helm/community/issues/135
We should test against 1.16 - i tried but the deployment of the test chart fails due to the new API versions/kinds used for Deployments Essentially we should just need...
The CI tests have started to to fail during the setup phase with the following error. Refs: https://github.com/helm/acceptance-testing/pull/77 https://github.com/helm/acceptance-testing/pull/78 ``` which virtualenv + true + pip3 install --user virtualenv Collecting...
Instead of shelling out to kubectl, should just import and use the Python library: https://github.com/kubernetes-client/python
Add `registries.robot` to test Helm functionality across all supported local (Distribution, Harbor) and cloud-based registries (Docker Hub, Quay, ECR, GCR, ACR, etc)