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

[PR #1145/7b0d9645 backport][stable-5] Enable ec2_metadata integration tests #1149

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelogs/fragments/20221010-test-times.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
trivial:
- ec2_metadata_facts - enable ec2_metadata_facts integration tests.
- ec2_vol - add duration information to integration test metadata.
- ec2_vpc_route_table - add duration information to integration test metadata.
5 changes: 2 additions & 3 deletions tests/integration/targets/ec2_metadata_facts/aliases
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# We're dependent on AWS actually starting up the instances in a timely manner.
# This doesn't always happen...
unstable
# very dependent on how quickly the instance comes up, varies between 5m and 10m
time=10m

non_local
cloud/aws
2 changes: 2 additions & 0 deletions tests/integration/targets/ec2_vol/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
time=10m

cloud/aws
ec2_vol_info
2 changes: 2 additions & 0 deletions tests/integration/targets/ec2_vpc_route_table/aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
time=15m

cloud/aws

ec2_vpc_route_table_info