-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create Identity e2e tests for running in Azure Arc #11724
Comments
[T2] devtestlabs for python track2 (Azure#11724) * python track2 * python
Moved to March. Time is getting short on February. |
@joshfree I believe that this isn't about automated smoke tests, since we don't have a way to automate tests for these environments. This task is mainly about having written instructions to run a manual test in this environment, is that correct? |
@sadasant yes just open Azure/azure-sdk#1908 and you can port the instructions and test code from one of the other languages to JS for this one |
@maorleger So, in summary, this issue is about:
I wrote some instructions for Azure Arc a while ago. Those should work as a reference: Azure/azure-sdk#1908 (comment) You can also look at what Python has done: https://github.com/mccoyp/azure-sdk-for-python/tree/master/sdk/identity/azure-identity/tests/managed-identity-live Java has something more automated, but in case it helps: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/e2e/src Regarding how to make these resources: |
Small update: we already have a folder, test/manual-integration. Let's use that one for now! |
…zure#15006) This commit adds instructions on how to setup and run an identity smoke test in Azure Arc using managed identity to our collection of manual-integration tests. Tested manually using a Linux VM Resolves Azure#11724
Tracking item to create new /sdk/e2e Azure.Identity smoke tests for running in Azure Arc hosted environment.
The text was updated successfully, but these errors were encountered: