commit | 3092ec7839b543538bd3fd5a9373fd909a24f8e5 | [log] [tgz] |
---|---|---|
author | Taras Antoshchuk <tantoshchuk@google.com> | Fri Feb 25 12:49:13 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 25 12:49:13 2022 +0000 |
tree | 6e18be9cd868864e7d93c3fbaeb0c5b4ec01ac13 | |
parent | d249486bac014b34c94d5dfe794faf92be90d44e [diff] | |
parent | 354c3bdad5caff31aab9938f165e10342ec7969e [diff] |
Merge "Fix HostsideVpnTests flakyness" am: 116bd6e1a2 am: 354c3bdad5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1968679 Change-Id: I43b46151b0f80ae40199e5862b8998d195c512d0
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");