OSDN Git Service

ConnectivityServiceTest: more tweaks to testRequestBenchmark
authorHugo Benichi <hugobenichi@google.com>
Mon, 29 May 2017 04:13:52 +0000 (13:13 +0900)
committerHugo Benichi <hugobenichi@google.com>
Wed, 31 May 2017 01:23:42 +0000 (10:23 +0900)
commit02f8f9c8301e2330c14845ba17b867c2bdb711c2
tree3007ce089473d57b3a1851f27d84c8dcf0eff4b4
parent6cdcba7b48766e02da7d48b42dd55d5151c2d997
ConnectivityServiceTest: more tweaks to testRequestBenchmark

Recent continuous testing runs indicates that commit 849b81b7 did not
completely fixed the issue with testRequestBenchmark.

This patch changes the name of the test to not include "test" and
removes @SmallTest annotation, which should do the job of @Ignore while
ConnectivityServiceTest still extends AndroidTestCase.

In addition timeouts are adjusted to take into account recent failures
observed.

This is the last pending action before turning on FrameworksNetTests on
presubmits.

Bug: 32561414
Test: no functional change
Change-Id: I56ef334e19e99e5a3483418330e5f0ccd6eb31bb
tests/net/java/com/android/server/ConnectivityServiceTest.java