Giter VIP home page Giter VIP logo

travis-ipv6-test's Introduction

Travis CI IPv6 Tests

I was trying to test some software that supports IPv6 and I was disappointed to discover that my test was failing in Travis.

After Googling, I found that a number of the Travis build environments don't support IPv6 but I couldn't find some definitive answers.

The different types of build environment are listed here: https://docs.travis-ci.com/user/reference/overview/

You can see the results of the tests here: https://travis-ci.org/njh/travis-ipv6-test

My findings are summarised below.

Address Allocation

First I checked if the network interfaces had IPv6 addresses allocated:

Build Environment IPv6 Loopback IPv6 Link Local IPv6 Global
Trusty VM (sudo: required) No No No
Trusty Container (sudo: false) Yes Yes No
Precise VM (sudo: required) No No No
Precise Container (sudo: false) Yes Yes No
Mac OS X Yes Yes No

Web Server Test

Binding a web server to IPv6 localhost works for containers (sudo: false) and Mac OS X. It fails for the Linux VMs (sudo: required).

UDP Socket Test

Sending a UDP packet to IPv6 localhost works for containers (sudo: false) and Mac OS X. It fails for the Linux VMs (sudo: required).

travis-ipv6-test's People

Contributors

native-api avatar njh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.