This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Migrate IAM credential reports, account summary and account authorization detail tests#13785
Merged
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 2m 46s ⏱️ - 2h 2m 37s For more details on these failures, see this check. Results for commit 5dbe750. ± Comparison against base commit 26d1129. ♻️ This comment has been updated with latest results. |
pinzon
approved these changes
Feb 17, 2026
pinzon
left a comment
Member
There was a problem hiding this comment.
LGTM. Let's just remove those extra comments.
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 11m 57s ⏱️ - 2h 27m 56s For more details on these failures, see this check. Results for commit 5dbe750. ± Comparison against base commit 26d1129. |
dfangl
added a commit
that referenced
this pull request
Feb 19, 2026
…tion detail tests (#13785) Co-authored-by: Simon Walker <simon.walker@localstack.cloud>
dfangl
added a commit
that referenced
this pull request
Feb 26, 2026
…tion detail tests (#13785) Co-authored-by: Simon Walker <simon.walker@localstack.cloud>
dfangl
added a commit
that referenced
this pull request
Feb 26, 2026
…tion detail tests (#13785) Co-authored-by: Simon Walker <simon.walker@localstack.cloud>
dfangl
added a commit
that referenced
this pull request
Mar 4, 2026
…tion detail tests (#13785) Co-authored-by: Simon Walker <simon.walker@localstack.cloud>
dfangl
added a commit
that referenced
this pull request
Mar 6, 2026
…tion detail tests (#13785) Co-authored-by: Simon Walker <simon.walker@localstack.cloud>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Next tests to migrate are the IAM credential report, account summary and account authorization details tests.
As usual, they have been migrated to LS testing patterns.
Changes
Migration summary
test_generate_credential_reporttest_iam_credential_report.pytest_credential_reporttest_get_credential_reporttest_iam_credential_report.pytest_get_credential_report_before_generated,test_credential_reporttest_get_credential_report_contenttest_iam_credential_report.pytest_credential_reporttest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_filter_roletest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_filter_usertest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_filter_grouptest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_filter_local_managed_policytest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_filter_aws_managed_policytest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_no_filtertest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_with_inline_policiestest_get_account_authorization_detailstest_iam_account_authorization_details.pytest_get_account_authorization_details_with_tagstest_get_account_summarytest_iam_account_summary.pytest_get_account_summary_formattest_get_account_summarytest_iam_account_summary.pytest_get_account_summary_with_resourcesAlso, there was one missing test from the IAM policies, which got migrated in this PR:
test_list_entities_for_policytest_iam_policies.pytest_list_entities_for_policytest_list_entities_for_policytest_iam_policies.pytest_list_entities_for_policy_errorsTests
All tests (except for the credential report which is not rerunable against AWS within 4 hours) have been validated by running them again against AWS.
Related
Closes UNC-261