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
This folder is required for running integration tests in the Konflux CI.
4
+
5
+
- The [rhads-config](./config/rhads-config) file specifies the components to be integrated during the installation of RHADS using [rhtap-cli](https://github.com/redhat-appstudio/rhtap-cli).
6
+
7
+
- The [testplan.json](./config/testplan.json) file contains the component matrix used to run [tssc-tests](https://github.com/redhat-appstudio/tssc-test).
8
+
9
+
- Modify testplan.json file to match your testing requirements. Refer [here](https://github.com/redhat-appstudio/tssc-test/blob/main/README.md#configuration-fields) for valid values of each component.
10
+
11
+
## How integrations tests works
12
+
13
+
- Konflux pipeline will generate a snapshot image based on the latest commit changes. This image will be used by [tssc-tests](https://github.com/redhat-appstudio/tssc-test) to replace the existing rhtap-task-runner image in CI file.
14
+
15
+
For more details about the pipeline used for integration tests in Konflux, refer to [this link](https://github.com/redhat-appstudio/rhtap-cli/blob/main/integration-tests/README.md#pipelines-used).
0 commit comments