Small collection of scripts to build and run Kubernetes e2e tests on a remote cluster
./install_prereq.sh
NOTE: User is added to the docker group. Logout and login again for changes to be in effect.
./build_kubernetes.sh
Before running the tests, edit the kube_env file with the appropriate env variables for the deployment and source.
source kube_env
Run tests:
./run_e2e.sh
By default all conformance tests are ran. You can do a dry run with:
./run_e2e.sh true
All results are placed in .results