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
Copy file name to clipboardExpand all lines: articles/azure-arc/data/automated-integration-testing.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,11 +424,11 @@ At a high-level, the launcher performs the following sequence of steps:
424
424
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).
425
425
13. Exit.
426
426
427
-
## Tests performed per testsuite
427
+
## Tests performed per test suite
428
428
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.
430
430
431
-
| Suite # | Testsuite name | Description of test |
431
+
| Suite # | Test suite name | Description of test |
| 1 | ad-connector | Tests the deployment and update of an Active Directory Connector (AD Connector). |
434
434
| 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:
473
473
- `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.
474
474
- `test_update_while_rebooting_all_non_primary_replicas`: Tests Controller-driven updates are resilient with retries despite various turbulent circumstances.
475
475
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 availablein 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 availablein all environments looking to use the `arc-ci-launcher`.
0 commit comments