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 fdf893f commit b73ab47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/java/org/scion/jpan/internal/ShimTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ private void testShim() throws IOException {
assertTrue(Shim.isInstalled());

// test that SCMP echo requests are answered
testScmpEchoReflect();
testScmpEchoReflect();
// testScmpEchoReflect();
// testScmpEchoReflect();

// check double install doesn't fail
Shim.install(null);
assertTrue(Shim.isInstalled());
Shim.install(service);
assertTrue(Shim.isInstalled());

// This shouldn't be called normally, but we test it anyway
Shim.uninstall();
Expand Down

0 comments on commit b73ab47

Please sign in to comment.