diff --git a/docs/modules/ROOT/pages/how-to-guides/testing_applications/con_test-overview.adoc b/docs/modules/ROOT/pages/how-to-guides/testing_applications/con_test-overview.adoc index 4208a967..a755da35 100644 --- a/docs/modules/ROOT/pages/how-to-guides/testing_applications/con_test-overview.adoc +++ b/docs/modules/ROOT/pages/how-to-guides/testing_applications/con_test-overview.adoc @@ -37,4 +37,4 @@ Integration tests ensure that all build components are able to work together at {ProductName} runs integration tests after it successfully builds the components of an application. As part of the build process, {ProductName} creates an image for each component and stores them in a Quay.io repository. Images of all the components are then compiled into a snapshot of the application. {ProductName} tests the snapshot against user-defined IntegrationTestScenarios, which, again, refer to a GitHub repository. -Integration service provides the users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override`, you can xref:how-to-guides/testing_applications/proc_creating_override_snapshot.adoc[create an override snapshot] and provide a valid container image for component to reset the component's Global Candidate List. +The integration service provides users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override`. You can xref:how-to-guides/testing_applications/proc_creating_override_snapshot.adoc[create an override snapshot] and provide a valid container image for a component to reset the component's Global Candidate List. diff --git a/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_override_snapshot.adoc b/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_override_snapshot.adoc index aafadf74..54e43719 100644 --- a/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_override_snapshot.adoc +++ b/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_override_snapshot.adoc @@ -1,6 +1,8 @@ = Creating an override snapshot -In {ProductName}, integration service provides the users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override` snapshot which can then be a candidate for further promotion (release) if it passes all integration tests subsequently. +In {ProductName}, the integration service provides users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override` snapshot which can then be a candidate for further promotion (release) if it passes all integration tests. + +You can xref:how-to-guides/testing_applications/proc_creating_override_snapshot.adoc[create an override snapshot] and provide a valid container image for a component to reset the component's Global Candidate List. == Prerequisites - You have CLI access to the specific OpenShift cluster. For information on obtaining CLI access, refer to xref:../../getting-started/getting_started_in_cli.adoc[Getting started in CLI] @@ -10,7 +12,7 @@ In {ProductName}, integration service provides the users with the ability to res == Procedures To create an `override` snapshot, complete the following steps: -. Identify the application and component that needs to be updated +. Identify the application and component that needs to be updated. . In your preferred IDE, create an `override` snapshot in a `.yaml` file. + Example snapshot.yaml file:: @@ -61,7 +63,7 @@ type: AddedToGlobalCandidateList . Browse to the component you are updating and select the **Component details** tab. The updated container image is shown under **Image** column. -. Check component `.Spec.ContainerImage` by the following command: +. Check component's `.Spec.ContainerImage` by the following command: + [source,terminal] ----