From 623ee399ed6400f794d588e07d0a8749b9af3368 Mon Sep 17 00:00:00 2001 From: ryans Date: Mon, 21 Mar 2022 16:57:28 -0400 Subject: [PATCH] Duplicate port, different protocol is working again --- .../java/org/jlab/epics2web/IntegrationErrorTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/integration/java/org/jlab/epics2web/IntegrationErrorTest.java b/src/integration/java/org/jlab/epics2web/IntegrationErrorTest.java index af70170..cb0c5e7 100644 --- a/src/integration/java/org/jlab/epics2web/IntegrationErrorTest.java +++ b/src/integration/java/org/jlab/epics2web/IntegrationErrorTest.java @@ -39,8 +39,8 @@ public class IntegrationErrorTest { public static GenericContainer softioc = new FixedHostPortGenericContainer<>("slominskir/softioc:1.1.0") .withFixedExposedPort(5064, 5064, InternetProtocol.TCP) .withFixedExposedPort(5065, 5065, InternetProtocol.TCP) - //.withFixedExposedPort(5064, 5064, InternetProtocol.UDP) - //.withFixedExposedPort(5065, 5065, InternetProtocol.UDP) + .withFixedExposedPort(5064, 5064, InternetProtocol.UDP) + .withFixedExposedPort(5065, 5065, InternetProtocol.UDP) .withNetwork(network) .withPrivilegedMode(true) .withCreateContainerCmdModifier(cmd -> cmd