mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
These escaped the great purge of0c6d53b7(*: remove bazel, 2018-09-24, #342). kubernetes/BUILD.bazel snuck in with70ea0e81(tests/smoke/vendor: switch from glide to dep, 2018-09-28, #380), and tectonic/BUILD.bazel snuck in withe2d9fd30(manifests: make tectonic/ flat dir, 2018-09-25, #330). I'd guess both were due to rebases from commits originally made before #342 landed.
OpenShift Installer Tests
Running smoke tests locally
- Expose environment variables
To run the smoke tests locally you need to set the following environment variables:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
PULL_SECRET_PATH
Optionally you can also set:
DOMAIN
AWS_REGION
- Launch the tests
Once the environment variables are set, run
./tests/run.sh aws.
If you already have a cluster running, follow smoke/README.md.