mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
1
test/integration/targets/connection_jail/runme.sh
Symbolic link
1
test/integration/targets/connection_jail/runme.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../connection_posix/test.sh
|
||||
@@ -0,0 +1,7 @@
|
||||
[jail]
|
||||
jail-pipelining ansible_ssh_pipelining=true
|
||||
jail-no-pipelining ansible_ssh_pipelining=false
|
||||
[jail:vars]
|
||||
ansible_host=freebsd_10_2
|
||||
ansible_connection=jail
|
||||
ansible_python_interpreter=/usr/local/bin/python
|
||||
Reference in New Issue
Block a user