You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -728,6 +728,8 @@ Evn vars can be set to configure e2e tests:
728
728
| E2E_TEST_WORKBENCHES_NAMESPACE | Namespace where the workbenches are deployed. | `opendatahub` |
729
729
| E2E_TEST_DSC_MONITORING_NAMESPACE | Namespace where the ODH monitoring is deployed. | `opendatahub` |
730
730
| E2E_TEST_OPERATOR_CONTROLLER | To configure the execution of tests related to the Operator POD, this is useful to run e2e tests for an operator running out of the cluster i.e. for debugging purposes | `true` |
731
+
| E2E_TEST_DSC_MANAGEMENT | To configure the execution of DSCI/DSC management tests | `true` |
732
+
| E2E_TEST_DEPENDANT_OPERATORS_MANAGEMENT | To configure the execution of dependant operators management tests | `true` |
731
733
| E2E_TEST_OPERATOR_RESILIENCE | To configure the execution of operator resilience tests, useful for testing operator fault tolerance scenarios | `true` |
732
734
| E2E_TEST_WEBHOOK | To configure the execution of tests related to the Operator WebHooks, this is useful to run e2e tests for an operator running out of the cluster i.e. for debugging purposes | `true` |
733
735
| E2E_TEST_DELETION_POLICY | Specify when to delete `DataScienceCluster`, `DSCInitialization`, and controllers. Valid options are: `always`, `on-failure`, and `never`. | `always` |
@@ -751,6 +753,8 @@ Alternatively the above configurations can be passed to e2e-tests as flags by se
751
753
| --workbenches-namespace | Namespace where the workbenches are deployed. | `opendatahub` |
752
754
| --dsc-monitoring-namespace | Namespace where the ODH monitoring is deployed. | `opendatahub` |
753
755
| --test-operator-controller | To configure the execution of tests related to the Operator POD, this is useful to run e2e tests for an operator running out of the cluster i.e. for debugging purposes | `true` |
756
+
| --test-dsc-management | To configure the execution of DSCI/DSC management tests | `true` |
757
+
| --test-dependant-operators-management | To configure the execution of dependant operators management tests | `true` |
754
758
| --test-operator-resilience | To configure the execution of operator resilience tests, useful for testing operator fault tolerance scenarios | `true` |
755
759
| --test-webhook | To configure the execution of tests related to the Operator WebHooks, this is useful to run e2e tests for an operator running out of the cluster i.e. for debugging purposes | `true` |
756
760
| --deletion-policy | Specify when to delete `DataScienceCluster`, `DSCInitialization`, and controllers. Valid options are: `always`, `on-failure`, and `never`. | `always` |
0 commit comments