mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Rename AWS test targets to match modules:
- ec2_facts -> ec2_metadata_facts - ec2_elb_lb -> elb_classic_lb - aws_lambda_policy -> lambda_policy
This commit is contained in:
parent
272c0ce68c
commit
783da545b2
15 changed files with 0 additions and 0 deletions
3
test/integration/targets/ec2_metadata_facts/aliases
Normal file
3
test/integration/targets/ec2_metadata_facts/aliases
Normal file
|
@ -0,0 +1,3 @@
|
|||
cloud/aws
|
||||
posix/ci/cloud/aws
|
||||
posix/ci/cloud/smoketest
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# defaults file for test_ec2_facts
|
|
@ -0,0 +1,3 @@
|
|||
dependencies:
|
||||
- prepare_tests
|
||||
- setup_ec2
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# tasks file for test_ec2_facts
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# vars file for test_ec2_facts
|
Loading…
Add table
Add a link
Reference in a new issue