Merge "vts_fs_test: Annotate fs type test for VSR." into main

This commit is contained in:
Treehugger Robot 2024-04-11 05:04:11 +00:00 committed by Gerrit Code Review
commit ef1a559b1f

View file

@ -74,6 +74,7 @@ TEST(fs, ErofsSupported) {
ASSERT_EQ(access("/sys/fs/erofs", F_OK), 0);
}
// @VsrTest = 3.7.10
TEST(fs, PartitionTypes) {
// Requirements only apply to Android 13+, 5.10+ devices.
int vsr_level = GetVsrLevel();