Description of problem: BZ#810893 added the support for running tests in an IPv6 only environment. However, it assumes that IPv4 is always available, which may not be the case if there is a recipe which has a task after the task which disables IPv6. Hence, in the absence of IPv4 the beah services which are started per task fails to start. Version-Release number of selected component (if applicable): Beah 0.7.0 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: This will also of course need the ability to first communicate with the task library correctly over IPv6, but we must fix this from Beah's side of things.
On Gerrit: http://gerrit.beaker-project.org/2795 Verified that jobs still proceed when all IPv4 addresses are deleted (including 127.0.0.1) assuming that all the necessary hostnames are resolvable using either /etc/hosts or a DNS server reachable over IPv6.
This bug fix is included in beah 0.7.2 which is available from the harness-testing yum repos: http://beaker-project.org/yum/harness-testing/
Beah 0.7.2 has been released.