Skip to content

Commit

Permalink
Update to README
Browse files Browse the repository at this point in the history
This PR explains how to use the test to set up for further testingdevelopment

Signed-off-by: tonyxrmdavidson <[email protected]>

Review Update
This commit will address comments from reviews
Corrected gramatical error
Changed time taken for IDP to become active

Signed-off-by: tonyxrmdavidson <[email protected]>
  • Loading branch information
tonyxrmdavidson authored and apodhrad committed Aug 16, 2024
1 parent 976d97f commit 4e9a053
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To review and run it locally you will need the following:
```bash
./odstest --install-identity-providers
```
Note: once you install the identity providers in might take up to 5 mins to become active.


- Create and prepare the test-variables.yml file by using the template file test-variables.yml.example file. The following will need to be set.

Expand All @@ -33,8 +35,21 @@ To review and run it locally you will need the following:
oc get ingresses.config/cluster -o jsonpath='{.spec.domain}'
```

- run the following command from directory ods-ci/ods_ci
- Run the following command from directory ods-ci/ods_ci

```bash
sh run_robot_test.sh --no-output-subfolder true --test-variable PRODUCT:ODH --test-variable APPLICATIONS_NAMESPACE:opendatahub --test-variable MONITORING_NAMESPACE:opendatahub --test-variable OPERATOR_NAMESPACE:openshift-operators --test-variable NOTEBOOKS_NAMESPACE:opendatahub --extra-robot-args '--variablefile test-variables-odh-overwrite.yml' --include MRMS1302 --skip-oclogin
```
- Running the test and leaving all components active and running.

If you want to keep all components active and running on completion of the test you can comment out line 4

```bash
Suite Teardown Teardown Model Registry Test Setup
```

If you want to develop further tests for post setup you can also comment out line 3

```bash
Suite Setup Prepare Model Registry Test Setup
```

0 comments on commit 4e9a053

Please sign in to comment.