DO NOT MERGE: Fix android.appsecurity.cts.StorageHostTest#testVerifyStatsMultiple for O

android.appsecurity.cts.StorageHostTest#testVerifyStatsMultiple

The following assertion:
assertMostlyEquals(DATA_ALL * 2, as.getDataBytes());

500KB of 200MB is too strict for f2fs to meet (since some extra metadata
such as xattr used by f2fs file encryption is also included by f2fs).
relax it to 600KB

Bug: 62990328
Test: Build CTS
Test: Pixel XL OPP3.170518.006 passed the following tests
Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.StorageHostTest#testVerifyStatsMultiple
Change-Id: I457a769fd4c5501a020a7a88ced8fb9029c1227d
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
1 file changed