Skip to content

Commit 7e4778f

Browse files
authored
Merge pull request #11 from JeffersonLab/build-cleanup
Duplicate port, different protocol is working again
2 parents 2443de5 + 623ee39 commit 7e4778f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integration/java/org/jlab/epics2web/IntegrationErrorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public class IntegrationErrorTest {
3939
public static GenericContainer<?> softioc = new FixedHostPortGenericContainer<>("slominskir/softioc:1.1.0")
4040
.withFixedExposedPort(5064, 5064, InternetProtocol.TCP)
4141
.withFixedExposedPort(5065, 5065, InternetProtocol.TCP)
42-
//.withFixedExposedPort(5064, 5064, InternetProtocol.UDP)
43-
//.withFixedExposedPort(5065, 5065, InternetProtocol.UDP)
42+
.withFixedExposedPort(5064, 5064, InternetProtocol.UDP)
43+
.withFixedExposedPort(5065, 5065, InternetProtocol.UDP)
4444
.withNetwork(network)
4545
.withPrivilegedMode(true)
4646
.withCreateContainerCmdModifier(cmd -> cmd

0 commit comments

Comments
 (0)