Run ec2_vol_facts integration tests in CI (#48755)

Filter owner aliases by 'amazon' since amazon marketplace may not be activated
pull/61606/head
Sloane Hertel 5 years ago committed by Tim Rupp
parent e4e5005640
commit 0c2590d3df

@ -1,2 +1,2 @@
cloud/aws
unsupported
shippable/aws/group2

@ -20,8 +20,8 @@
- assert:
that:
- output is changed
- output.repositoryName == '{{ resource_prefix }}_repo'
- output.repositoryDescription == 'original comment'
- output['repository_metadata'].repository_name == '{{ resource_prefix }}_repo'
- output['repository_metadata'].repository_description == 'original comment'
# ============================================================
- name: Create a repository (CHECK MODE)
aws_codecommit:
@ -34,8 +34,6 @@
- assert:
that:
- output is changed
- output.repositoryName == '{{ resource_prefix }}_check_repo'
- output.repositoryDescription == 'original comment'
# ============================================================
- name: Delete a repository (CHECK MODE)
aws_codecommit:

@ -11,6 +11,7 @@
- block:
- ec2_ami_info:
owners: amazon
<<: *aws_connection_info
filters:
architecture: x86_64

Loading…
Cancel
Save