equal
deleted
inserted
replaced
22 */ |
22 */ |
23 |
23 |
24 /** |
24 /** |
25 * @test |
25 * @test |
26 * @summary NOT A TEST. Captures the network interface configuration. |
26 * @summary NOT A TEST. Captures the network interface configuration. |
27 * @library /lib/testlibrary |
27 * @library /test/lib |
28 * @build jdk.testlibrary.NetworkConfiguration |
|
29 * @run main NetworkConfigurationProbe |
28 * @run main NetworkConfigurationProbe |
30 */ |
29 */ |
31 |
30 |
32 import java.net.Inet4Address; |
31 import java.net.Inet4Address; |
33 import java.net.Inet6Address; |
32 import java.net.Inet6Address; |
34 import java.net.NetworkInterface; |
33 import java.net.NetworkInterface; |
35 import jdk.testlibrary.NetworkConfiguration; |
34 import jdk.test.lib.NetworkConfiguration; |
36 import static java.util.stream.Collectors.joining; |
35 import static java.util.stream.Collectors.joining; |
37 import static java.lang.System.out; |
36 import static java.lang.System.out; |
38 |
37 |
39 /** |
38 /** |
40 * Not a test. Captures the network interface configuration. |
39 * Not a test. Captures the network interface configuration. |