forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ec2_metadata integration tests (ansible-collections#1145)
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 ansible-collections#1138 we should try to ensure that the integration tests are enabled Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
time=10m | ||
|
||
cloud/aws | ||
ec2_vol_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
time=15m | ||
|
||
cloud/aws | ||
|
||
ec2_vpc_route_table_info |