mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
Add httptester docker container files and update run_tests.sh to use ansible/httptester
This commit is contained in:
parent
6a0a366746
commit
164f247ec8
4 changed files with 86 additions and 2 deletions
3
test/utils/docker/httptester/services.sh
Executable file
3
test/utils/docker/httptester/services.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
gunicorn -D httpbin:app
|
||||
nginx -g "daemon off;"
|
||||
Loading…
Add table
Add a link
Reference in a new issue