mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 09:47:02 +01:00
This is to give ownership of libvirt backend of Installer to CRC team. For now I've only added two members from CRC team (myself and Praveen). I also added two members of Installer team who seem to have been the most active devs developing the relevant code. We don't add `libvirt-approvers` for `pkg/types/libvirt`. For reasons: https://github.com/openshift/installer/pull/1662#issuecomment-485895942
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.