Skip to content
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

feat(e2e): Adding e2e test for msi support on import jobs. #1925

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

vinagesh
Copy link
Member

Checklist

  • I have read the contribution guidelines.
  • I added or modified the existing tests to cover the change (we do not allow our test coverage to go down).
  • This pull-request is submitted against the master branch.

Description of the changes

Reference/Link to the issue solved with this PR (if any)

@@ -84,6 +85,16 @@ public async Task RegistryManager_ImportDevices(StorageAuthenticationType storag
{
try
{
ManagedIdentity identity = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do we do with identity in this test? I only see it being assigned on line 92.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We just pass it in and the test should succeed. The lines 43-45 dictate if the test should run this job with the identity or key.

@vinagesh vinagesh merged commit f2979b7 into previews/msi Apr 30, 2021
@vinagesh vinagesh deleted the vinagesh/msie2e branch April 30, 2021 19:12
vinagesh added a commit that referenced this pull request May 10, 2021
* feat(registry-manager): Add support to use user defined msi for import export jobs. (#1915)

* feat(e2e): Adding e2e test for msi support on import jobs. (#1925)

* Updating yaml files to run new tests (#1946)
timstewartm pushed a commit to timstewartm/azure-iot-sdk-csharp that referenced this pull request May 30, 2024
…re#1948)

* feat(registry-manager): Add support to use user defined msi for import export jobs. (Azure#1915)

* feat(e2e): Adding e2e test for msi support on import jobs. (Azure#1925)

* Updating yaml files to run new tests (Azure#1946)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants