commit | 65f2a496329871e51deec0c0d9cd881d16293db9 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Fri Mar 29 11:49:36 2024 -0700 |
committer | David Anderson <dvander@google.com> | Fri Mar 29 11:49:36 2024 -0700 |
tree | db87e54b2fbea6fffcfcb1b89dc594861759f38b | |
parent | cd4b579ef427132452b75c67f60c74bb4db11d82 [diff] |
vts_fs_test: Annotate fs type test for VSR. Bug: 302209455 Test: N/A Change-Id: I5be7472b9d68072bb1400479187e7aee10beb0c7
diff --git a/fs_mgr/tests/vts_fs_test.cpp b/fs_mgr/tests/vts_fs_test.cpp index 9503072..f55cadb 100644 --- a/fs_mgr/tests/vts_fs_test.cpp +++ b/fs_mgr/tests/vts_fs_test.cpp
@@ -74,6 +74,7 @@ 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();