Skip to content

Commit 026534a

Browse files
aws_ssm - Add gather_facts to integration tests for connection plugins (#1670) (#1675)
[PR #1670/93c2485c backport][stable-5] aws_ssm - Add gather_facts to integration tests for connection plugins This is a backport of PR #1670 as merged into main (93c2485). Depends-On: ansible/ansible-zuul-jobs#1752 SUMMARY gather_facts stalling out was one of the examples given for things broken with aws_ssm ISSUE TYPE Feature Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
1 parent d34fe8e commit 026534a

File tree

10 files changed

+14
-8
lines changed

10 files changed

+14
-8
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
trivial:
2+
- aws_ssm - Added gather_facts to connection plugin tests.

tests/integration/targets/connection/test_connection.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
### test wait_for_connection plugin
1212
- wait_for_connection:
13+
timeout: '{{ wait_for_timeout | default(100) }}'
14+
15+
- name: Gather facts
16+
ansible.builtin.setup:
1317

1418
### raw with unicode arg and output
1519

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
time=20m
1+
time=10m
22

33
cloud/aws
44
connection_aws_ssm
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
time=20m
1+
time=10m
22

33
cloud/aws
44
connection_aws_ssm
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
time=20m
1+
time=10m
22

33
cloud/aws
44
connection_aws_ssm
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
time=20m
1+
time=10m
22

33
cloud/aws
44
connection_aws_ssm
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
time=20m
1+
time=10m
22

33
cloud/aws
44
connection_aws_ssm
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
time=20m
1+
time=10m
22

33
cloud/aws
44
connection_aws_ssm
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
time=20m
1+
time=10m
22

3-
unstable
43
cloud/aws
54
connection_aws_ssm

tests/integration/targets/connection_aws_ssm_windows/aws_ssm_integration_test_setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- role: ../setup_connection_aws_ssm
44
vars:
55
target_os: windows
6+
wait_for_timeout: 200

0 commit comments

Comments
 (0)