mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add httptester docker container files and update run_tests.sh to use ansible/httptester
This commit is contained in:
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;"
|
||||
Reference in New Issue
Block a user