Skip to content

Commit

Permalink
Add test suite env variables into readme (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Jan 15, 2024
1 parent 8bd56a8 commit 365744f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ E2E test suite for opendatahub using fabric8 kubernetes client
* continuous
* all (standard + upgrade)

## Environment variables
* **ENV_FILE** - path to yaml file with env variables values
* **KUBE_USERNAME** - user of the cluster
* **KUBE_PASSWORD** - password of kube user
* **KUBE_TOKEN** - token of kube access (use instead of username/password)
* **KUBE_URL** - url of the cluster (api url)
* **PRODUCT** - odh or rhoai
* **SKIP_INSTALL_OPERATOR** - skip odh/rhoai operator install
* **INSTALL_FILE** - yaml definition of operator (default is downloaded latest)
* **INSTALL_FILE_PREVIOUS** - yaml definition of operator for upgrade testing (default is downloaded latest released)
* **OPERATOR_IMAGE_OVERRIDE** - image override in yaml definition
* **OLM_SOURCE_NAME** - olm source
* **OLM_SOURCE_NAMESPACE** - olm source namesapce
* **OLM_OPERATOR_VERSION** - install operator version
* **OLM_OPERATOR_CHANNEL** - channel
* **OPERATOR_INSTALL_TYPE** - bundle or olm (bundle uses yaml file def, olm uses olm properties)

## Examples how to run selected test suites

### Run continuous suite
Expand Down

0 comments on commit 365744f

Please sign in to comment.