Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test suite env variables into readme #58

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading