mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-27 05:06:02 +08:00
Re-enable double-NAT integration tests
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
|||||||
gopt "github.com/stv0g/gont/v2/pkg/options"
|
gopt "github.com/stv0g/gont/v2/pkg/options"
|
||||||
|
|
||||||
"github.com/stv0g/cunicu/test/e2e/nodes"
|
"github.com/stv0g/cunicu/test/e2e/nodes"
|
||||||
|
opt "github.com/stv0g/cunicu/test/e2e/nodes/options"
|
||||||
wopt "github.com/stv0g/cunicu/test/e2e/nodes/options/wg"
|
wopt "github.com/stv0g/cunicu/test/e2e/nodes/options/wg"
|
||||||
|
|
||||||
. "github.com/onsi/ginkgo/v2"
|
. "github.com/onsi/ginkgo/v2"
|
||||||
@@ -44,7 +45,7 @@ import (
|
|||||||
* │ n1 │ │ n2 │
|
* │ n1 │ │ n2 │
|
||||||
* └──────┘ └──────┘
|
* └──────┘ └──────┘
|
||||||
*/
|
*/
|
||||||
var _ = Context("nat double: Carrier Grade NAT setup with two relays and a single signaling server", Pending, func() {
|
var _ = Context("nat double: Carrier Grade NAT setup with two relays and a single signaling server", func() {
|
||||||
var (
|
var (
|
||||||
err error
|
err error
|
||||||
|
|
||||||
@@ -90,6 +91,10 @@ var _ = Context("nat double: Carrier Grade NAT setup with two relays and a singl
|
|||||||
wopt.AddressIP("172.16.0.%d/16", i),
|
wopt.AddressIP("172.16.0.%d/16", i),
|
||||||
wopt.FullMeshPeers,
|
wopt.FullMeshPeers,
|
||||||
),
|
),
|
||||||
|
// Mixed IPv4/IPv6 NAT tests are currently broken for some reason.
|
||||||
|
// Hence we limit ourself to IPv6 here.
|
||||||
|
// See: https://github.com/stv0g/cunicu/issues/224
|
||||||
|
opt.ExtraArgs{"--ice-network-type", "udp6,tcp6"},
|
||||||
)
|
)
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
|
Reference in New Issue
Block a user