Switch async_extra_data test to inventory file.

This commit is contained in:
Matt Clay 2019-03-21 16:09:06 -07:00
parent ade6977d66
commit 43bd8c4711
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
localhost ansible_connection=ssh ansible_python_interpreter="{{ ansible_playbook_python }}"

View file

@ -3,7 +3,7 @@
set -eux
# Verify that extra data before module JSON output during async call is ignored.
ANSIBLE_DEBUG=0 LC_ALL=bogus ansible-playbook test_async.yml -i localhost, -e ansible_connection=ssh -v "$@"
ANSIBLE_DEBUG=0 LC_ALL=bogus ansible-playbook test_async.yml -i inventory -v "$@"
# Verify that the warning exists by examining debug output.
ANSIBLE_DEBUG=1 LC_ALL=bogus ansible-playbook test_async.yml -i localhost, -e ansible_connection=ssh -v "$@" \
ANSIBLE_DEBUG=1 LC_ALL=bogus ansible-playbook test_async.yml -i inventory -v "$@" \
| grep 'bash: warning: setlocale: LC_ALL: cannot change locale (bogus)' > /dev/null