commit | 354c3bdad5caff31aab9938f165e10342ec7969e | [log] [tgz] |
---|---|---|
author | Taras Antoshchuk <tantoshchuk@google.com> | Fri Feb 25 12:25:45 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 25 12:25:45 2022 +0000 |
tree | 27495bab8972caa46f8295166a8cb75eac49ed21 | |
parent | 96fe87ceae89f4ab807c12ea3da776f8c9785707 [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: If0a76a38f3e961c45962553804f849da65e2db83
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");