nexodus-io / nexodus

Network Connectivity as a Service
https://nexodus.io
Apache License 2.0
57 stars 26 forks source link

Enable ipv6 in integration tests #1910

Open vishnoianil opened 4 months ago

vishnoianil commented 4 months ago

Describe the Problem Statement

To capture issues related to IPv6 and in general dual stack, we should skip disabling the IPv6 in integration tests.

https://github.com/nexodus-io/nexodus/blob/main/integration-tests/helper_test.go#L99

Describe the Enhancement

Ideally we should skip disabling IPv6 in integration tests and ensure that all tests pass. Alternatively we can add more integration test that does ipv6 specific testing.

Alternate Solutions

No response

Additional context

No response