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

Run ec2_vol_facts integration tests in CI #48755

Merged
merged 1 commit into from Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/targets/aws_codecommit/aliases
@@ -1,2 +1,2 @@
cloud/aws
unsupported
shippable/aws/group2
6 changes: 2 additions & 4 deletions test/integration/targets/aws_codecommit/tasks/main.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions test/integration/targets/ec2_vol_info/tasks/main.yml
Expand Up @@ -11,6 +11,7 @@

- block:
- ec2_ami_info:
owners: amazon
<<: *aws_connection_info
filters:
architecture: x86_64
Expand Down