Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
173 stars 122 forks source link

MQ: Automate Azure Identity SDK Manual/Vendor Tests #4773

Open joshfree opened 1 year ago

joshfree commented 1 year ago

We should leverage @christothes 's work on https://github.com/Azure/azure-sdk-for-net/pull/33017/files to fully automate the list of manual/vendor test scenarios which are documented in the issues here: https://github.com/Azure/azure-sdk/issues?q=is%3Aopen+is%3Aissue+label%3AAzure.Identity

This includes:

~- [ ] Automate Azure Service Fabric testing~ - We don't have in C++

~- [ ] Automate Pod Identity testing~ ~- [ ] Automate Cloudshell testing~

antkmsft commented 7 months ago

FWIW, we do have an "E2E" test for Managed Identity (https://github.com/Azure/azure-sdk-for-cpp/tree/b54d509c72fb76598832bcf1fcd5c4a89b245782/sdk/identity/azure-identity/test/e2e) - it is a tool - you/vendor build an exe/binary, and run it in the targeted environment, and the tool prints whether it was successful or not.