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

aws_ssm - Add gather_facts to integration tests for connection plugins #1670

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
2 changes: 2 additions & 0 deletions changelogs/fragments/aws_ssm-facts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- aws_ssm - Added gather_facts to connection plugin tests.
4 changes: 4 additions & 0 deletions tests/integration/targets/connection/test_connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### test wait_for_connection plugin
- wait_for_connection:
timeout: '{{ wait_for_timeout | default(100) }}'

- name: Gather facts
ansible.builtin.setup:

### raw with unicode arg and output

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time=20m
time=10m

cloud/aws
connection_aws_ssm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time=20m
time=10m

cloud/aws
connection_aws_ssm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time=20m
time=10m

cloud/aws
connection_aws_ssm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time=20m
time=10m

cloud/aws
connection_aws_ssm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time=20m
time=10m

cloud/aws
connection_aws_ssm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time=20m
time=10m

cloud/aws
connection_aws_ssm
3 changes: 1 addition & 2 deletions tests/integration/targets/connection_aws_ssm_windows/aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
time=20m
time=10m

unstable
cloud/aws
connection_aws_ssm
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
- role: ../setup_connection_aws_ssm
vars:
target_os: windows
wait_for_timeout: 200