1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 09:47:02 +01:00
Files
installer/tests
Zeeshan Ali 360b5781b6 OWNERS: Setup ownership of libvirt code
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
2019-04-24 12:19:18 +02:00
..
2018-09-26 09:53:24 -07:00

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.