-
Notifications
You must be signed in to change notification settings - Fork 952
append mgmt test example in file testing.md #25682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive management plane testing documentation to the testing.md file. The changes include examples for both data plane and management plane testing workflows, specifically using the armchaos service as a reference implementation.
- Adds structured documentation for management plane test setup including asset.json configuration and test file structure
- Reorganizes the table of contents with corrected indentation
- Provides step-by-step examples for writing and running management plane tests
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: JiaqiZhang-Dev <[email protected]>
Co-authored-by: JiaqiZhang-Dev <[email protected]>
Co-authored-by: Copilot <[email protected]>
| } | ||
| ``` | ||
|
|
||
| 3. Before testing, create a utils_test.go file as the entry point for live tests. Modify "package" and pathToPackage to match your service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the "package"? should user only need to update the pathToPackage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

append mgmt test example in file testing.md
https://github.com/Azure/azure-sdk-for-go/blob/d1a1a45f72a0a35372ebfeaaf042bdef642365df/documentation/development/testing.md
#25420