Skip to content

Commit 8e0b17c

Browse files
authored
Update "test suite" and note
1 parent 15534a3 commit 8e0b17c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,11 @@ At a high-level, the launcher performs the following sequence of steps:
424424
12. Attempt to use the SAS token `LOGS_STORAGE_ACCOUNT_SAS` provided to create a new Storage Account container named based on `LOGS_STORAGE_CONTAINER`, in the **pre-existing** Storage Account `LOGS_STORAGE_ACCOUNT`. If Storage Account container already exists, use it. Upload all local test results and logs to this storage container as a tarball (see below).
425425
13. Exit.
426426
427-
## Tests performed per testsuite
427+
## Tests performed per test suite
428428
429-
There are approximately **375** unique integration tests available, across **27** testsuites - each testing a separate functionality.
429+
There are approximately **375** unique integration tests available, across **27** test suites - each testing a separate functionality.
430430
431-
| Suite # | Testsuite name | Description of test |
431+
| Suite # | Test suite name | Description of test |
432432
| ------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
433433
| 1 | ad-connector | Tests the deployment and update of an Active Directory Connector (AD Connector). |
434434
| 2 | billing | Testing various Business Critical license types are reflected in resource table in controller, used for Billing upload. |
@@ -473,7 +473,8 @@ As an example, for `sqlinstance-ha`, the following tests are performed:
473473
- `test_failaway`: Forces AG failover away from current primary, ensures the new primary is not the same as the old primary. Verifies all replicas are synchronized.
474474
- `test_update_while_rebooting_all_non_primary_replicas`: Tests Controller-driven updates are resilient with retries despite various turbulent circumstances.
475475

476-
(Note, certain tests may require specific hardware, such as privileged Access to Domain Controllers for `ad` tests for Account and DNS entry creation - which may not be available in all environments looking to use the `arc-ci-launcher`.)
476+
> [!NOTE]
477+
> Certain tests may require specific hardware, such as privileged Access to Domain Controllers for `ad` tests for Account and DNS entry creation - which may not be available in all environments looking to use the `arc-ci-launcher`.
477478

478479
## Examining Test Results
479480

0 commit comments

Comments
 (0)