Skip to content

Fix acceptance tests not running on IPv4-only systems

feistel requested to merge feistel/gitlab-pages:fix/ipv6-tests into master

What does this MR do?

Add a method to retrieve supported listeners to use in acceptance tests. The method returns only the ipv4 listeners if the system does not have an ipv6 stack.

Closes #115 (closed)

TODO

Merge request reports