Skip to content

Commit

Permalink
Update proc_creating_custom_test.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jinqi7 authored Jul 24, 2023
1 parent be56cdf commit 7205aab
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ spec:
----
In the integration test created above, integration-service adds some Params/Labels automatically to the integration PipelineRun
1. A param containing the Snapshot as a json string
2. A param containing the DeploymentTarget connection details and Environment name
3. A Label for type of PipelineRun, i.e. "test"
4. A Label for optional flag of IntegrationTestScenario
5. Labels for the name of application, component and IntegrationTestScenario
1. The param of "SNAPSHOT" containing the Snapshot as a json string
2. The param of "NAMESPACE" containing the namespace where the snapshot will be deployed
3. The Label of "appstudio.openshift.io/snapshot" containing the name of snapshot
4. The Label of "test.appstudio.openshift.io/optional" for optional flag of IntegrationTestScenario
5. The Label of "test.appstudio.openshift.io/scenario" containing the name of IntegrationTestScenario
6. The Label of "appstudio.openshift.io/application" containing the name of application
7. The Label of "appstudio.openshift.io/component" containing the name of component
----

.Verification
Expand Down

0 comments on commit 7205aab

Please sign in to comment.