Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 480 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 480 Bytes

OpenShift Installer Tests

Running smoke tests locally

  1. 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
  1. 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.