Skip to content

Commit

Permalink
Enable ec2_metadata integration tests (#1145)
Browse files Browse the repository at this point in the history
Enable ec2_metadata integration tests

SUMMARY
Enable ec2_metadata_facts integration tests
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_metadata_facts
ADDITIONAL INFORMATION
As shown by #1138 we should try to ensure that the integration tests are enabled

Reviewed-by: Alina Buzachis <None>
(cherry picked from commit 7b0d964)
  • Loading branch information
tremble authored and patchback[bot] committed Oct 10, 2022
1 parent 73b7390 commit d7d06b6
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 d7d06b6

Please sign in to comment.