Skip to content

Commit

Permalink
SHIM - test
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Oct 17, 2024
1 parent 66f389f commit c8324d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/scion/jpan/internal/ShimTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ private Path createDummyPath(int serverPort) {

@Test
void testForwardingUDP() {
// test();
test();
}

private void test() {
PingPongChannelHelper.Server serverFn = this::server;
PingPongChannelHelper.Client clientFn = this::client;
PingPongChannelHelper pph = new PingPongChannelHelper(1, 1, 10);
// pph.runPingPong(serverFn, clientFn, false);
pph.runPingPong(serverFn, clientFn, false);
// assertTrue(Shim.isInstalled());
// assertEquals(2 * 10, shimForwardingCounter.getAndSet(0));
}
Expand Down

0 comments on commit c8324d6

Please sign in to comment.