#7323 IPv6 hack for Travis CI
Closed: fixed by frenaud. Opened by cheimes.

The December update of Travis CI removed IPv6 on loopback, which broke your test suite, see https://github.com/travis-ci/travis-ci/issues/8891

PR https://github.com/freeipa/freeipa/pull/1395 added a hack to make tests pass on Travis again. The hack must be removed as soon as it is no longer required.


master:

  • 929c77c784467d0b0a8d5a62d7d5bdd08610cad8 Travis: Add workaround for missing IPv6 support

ipa-4-6:

  • 383a9ac0c26194307a10f50be35687176b7b4110 Travis: Add workaround for missing IPv6 support

ipa-4-5:

  • ca02f6ceb8a2326d43a48709f900d6477a377f9a Travis: Add workaround for missing IPv6 support

Wouldn't it have been better to have a proper way to disable the check in environments where the admin knows what they are doing?

For example we seem to have similar situation reported on GCE instances with freeipa-container: https://github.com/freeipa/freeipa-container/issues/185

Metadata Update from @rcritten:
- Issue assigned to cheimes
- Issue set to the milestone: Future Releases

master:

  • 2319b38c8f6a8fcdc4eb02d12ffa53e97c29fc03 travis: Remove CI integration

ipa-4-8:

  • 6486b1aa4c52f765ed0f10a4d055be7eff479f1c travis: Remove CI integration

Travis integration was removed in PR https://github.com/freeipa/freeipa/pull/3964 for branches master and ipa-4-8.

Branches ipa-4-6 and ipa-4-7 are still triggering Travis.

Removed hack on ipa-4-6 and ipa-4-7 branches:
ipa-4-6:

  • 423a052700889d075d5dba3711679375e8990437 Travis: Enable IPv6 support for Docker

ipa-4-7:

  • 4cddbfd8cc7b46b78cb8e27200a12941a3781e3e Travis: Enable IPv6 support for Docker

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata