Skip to content

Commit d7669d0

Browse files
authored
pencil edit
Fixing step 6 row alignment
1 parent b887a12 commit d7669d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-arc/data/automated-integration-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ At a high-level, the launcher performs the following sequence of steps:
413413
3. Perform CRD metadata scan to discover existing Arc and Arc Data Services Custom Resources
414414
4. Clean up any existing Custom Resources in Kubernetes, and subsequent resources in Azure. If any mismatch between the credentials in `.test.env` compared to resources existing in the cluster, quit.
415415
5. Generate a unique set of environment variables based on timestamp for Arc Cluster name, Data Controller and Custom Location/Namespace. Prints out the environment variables, obfuscating sensitive values (e.g. Service Principal Password etc.)
416-
6. a. For Direct Mode - Onboard the Cluster to Azure Arc, then deploys the controller.
416+
6. a. For Direct Mode - Onboard the Cluster to Azure Arc, then deploys the controller.
417+
417418
b. For Indirect Mode: deploy the Data Controller
418419
7. Once Data Controller is `Ready`, generate a set of Azure CLI ([`az arcdata dc debug`](/cli/azure/arcdata/dc/debug?view=azure-cli-latest&preserve-view=true)) logs and store locally, labeled as `setup-complete` - as a baseline.
419420
8. Use the `TESTS_DIRECT/INDIRECT` environment variable from `.test.env` to launch a set of parallelized Sonobuoy test runs based on a space-separated array (`TESTS_(IN)DIRECT`). These runs execute in a new `sonobuoy` namespace, using `arc-sb-plugin` pod that contains the Pytest validation tests.

0 commit comments

Comments
 (0)