Skip to content

Enable IPv6 tests in CI #578

@mum4k

Description

@mum4k

Currently we only execute tests using the v4only mode:

export BAZEL_EXTRA_TEST_OPTIONS="--test_env=ENVOY_IP_TEST_VERSIONS=v4only ${BAZEL_EXTRA_TEST_OPTIONS}"

This can cause our IPv6 based integration tests to go stale. We should investigate what is required to enable IPv6 on Circle CI and start running with ENVOY_IP_TEST_VERSIONS=all.

Looks like Circle CI does support IPv6 for local traffic:

https://circleci.com/docs/2.0/faq/#can-i-use-ipv6-in-my-tests

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions