Skip to content

Commit

Permalink
Enable ec2_metadata integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 10, 2022
1 parent c269898 commit f92fea2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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

0 comments on commit f92fea2

Please sign in to comment.