vts_fs_test: Annotate fs type test for VSR.

Bug: 302209455
Test: N/A
Change-Id: I5be7472b9d68072bb1400479187e7aee10beb0c7
This commit is contained in:
David Anderson 2024-03-29 11:49:36 -07:00
parent cd4b579ef4
commit 65f2a49632

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();