ansible-collections / amazon.cloud

Ansible Collection for Amazon AWS' Cloud Control API
GNU General Public License v3.0
12 stars 11 forks source link

memorydb integration tests are disabled #118

Open alinabuzachis opened 1 year ago

alinabuzachis commented 1 year ago

Summary

memorydb integration tests has been disabled in https://github.com/ansible-collections/amazon.cloud/pull/110/files because they are missing policies right now.

A PR adding the needed policies has already been created https://github.com/mattclay/aws-terminator/pull/291

Issue Type

Bug Report

Component Name

memorydb integration tests

Ansible Version

$ ansible --version

ansible [core 2.15.0]

Collection Versions

$ ansible-galaxy collection list

-

AWS SDK versions

$ pip show boto3 botocore

Name: boto3 Version: 1.25.0

Name: botocore Version: 1.31.17

Configuration

$ ansible-config dump --only-changed

OS / Environment

No response

Steps to Reproduce

ansible-test integration memorydb

Expected Results

Integration tests succeeding.

Actual Results

Code of Conduct