enowars / enochecker_test

Automatically test services/checker using the enochecker API
MIT License
0 stars 4 forks source link

clarify service address option #42

Closed fwc closed 4 months ago

fwc commented 1 year ago

the service address param must be specified in such a way that it can be reached from the checker.

If e.g. the service is reachable from the host at localhost:1234, specifying service address=localhost won't work since from the checkers perspective, "localhost" refers to the checkers loopback interface (as opposed to the hosts)

Instead we need the ip addr of the services' docker network.