commit | cb60692e1ff781617810848eed5fdfe0b30e4b3e | [log] [tgz] |
---|---|---|
author | Taras Antoshchuk <tantoshchuk@google.com> | Fri Feb 25 12:26:13 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 25 12:26:13 2022 +0000 |
tree | 16437b2fc62c2a2ae04881ee7eeb61bd5f25a20e | |
parent | 3e834ca21fe2380066bc2d71b9f82df39918f270 [diff] | |
parent | 116bd6e1a27fd1953f7ad11f1c895802a6125de7 [diff] |
Merge "Fix HostsideVpnTests flakyness" am: 116bd6e1a2 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1968679 Change-Id: Ib21c9ef7caec66a50492214a975c901ac26f603b
diff --git a/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java b/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java index 7150918..dc67c70 100755 --- a/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java +++ b/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java
@@ -637,8 +637,8 @@ 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");