commit | b64c2e0a458661f415ae945cd4af7bd78e42dc5d | [log] [tgz] |
---|---|---|
author | Taras Antoshchuk <tantoshchuk@google.com> | Fri Feb 25 12:52:17 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 25 12:52:17 2022 +0000 |
tree | 16437b2fc62c2a2ae04881ee7eeb61bd5f25a20e | |
parent | cb37a80d9bd229dbbe829284818bc94e7e84ef1c [diff] | |
parent | cb60692e1ff781617810848eed5fdfe0b30e4b3e [diff] |
Merge "Fix HostsideVpnTests flakyness" am: 116bd6e1a2 am: cb60692e1f Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1968679 Change-Id: Iaaba0a24cdd132b0f78d340148e83d80db8dbb02
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");