Merge "Fix HostsideVpnTests flakyness"

This commit is contained in:
Taras Antoshchuk
2022-02-25 12:02:13 +00:00
committed by Gerrit Code Review

View File

@@ -637,8 +637,8 @@ public class VpnTest {
if (address instanceof Inet6Address) {
checkUdpEcho(destination, "2001:db8:1:2::ffe");
checkTcpReflection(destination, "2001:db8:1:2::ffe");
checkPing(destination);
checkTcpReflection(destination, "2001:db8:1:2::ffe");
} else {
checkUdpEcho(destination, "192.0.2.2");
checkTcpReflection(destination, "192.0.2.2");