summaryrefslogtreecommitdiff
path: root/fs_mgr
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2024-03-01 02:35:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-01 02:35:40 +0000
commiteed1c420872f3c31e7fed5e2383e042c8762aebf (patch)
tree244c4698bb8f6ea62355bfb8c9c88e39ee7c1eb5 /fs_mgr
parent562f953acd9c0da878b32b3c7b88f9debb689d3e (diff)
parent98522c0e2df6e06e91753621f61e8edd13200f3f (diff)
downloadcore-eed1c420872f3c31e7fed5e2383e042c8762aebf.tar.gz
Merge "Add annotations to VTS tests" into main
Diffstat (limited to 'fs_mgr')
-rw-r--r--fs_mgr/libsnapshot/partition_cow_creator_test.cpp1
-rw-r--r--fs_mgr/libsnapshot/snapshot_test.cpp1
-rwxr-xr-xfs_mgr/libsnapshot/vts_ota_config_test.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/fs_mgr/libsnapshot/partition_cow_creator_test.cpp b/fs_mgr/libsnapshot/partition_cow_creator_test.cpp
index cf26a1636..a4a2c1a68 100644
--- a/fs_mgr/libsnapshot/partition_cow_creator_test.cpp
+++ b/fs_mgr/libsnapshot/partition_cow_creator_test.cpp
@@ -39,6 +39,7 @@ using ::testing::Truly;
namespace android {
namespace snapshot {
+// @VsrTest = 3.7.6
class PartitionCowCreatorTest : public ::testing::Test {
public:
void SetUp() override {
diff --git a/fs_mgr/libsnapshot/snapshot_test.cpp b/fs_mgr/libsnapshot/snapshot_test.cpp
index e538d503d..47e6ce963 100644
--- a/fs_mgr/libsnapshot/snapshot_test.cpp
+++ b/fs_mgr/libsnapshot/snapshot_test.cpp
@@ -104,6 +104,7 @@ std::string fake_super;
void MountMetadata();
+// @VsrTest = 3.7.6
class SnapshotTest : public ::testing::Test {
public:
SnapshotTest() : dm_(DeviceMapper::Instance()) {}
diff --git a/fs_mgr/libsnapshot/vts_ota_config_test.cpp b/fs_mgr/libsnapshot/vts_ota_config_test.cpp
index d387eb32d..b5618c478 100755
--- a/fs_mgr/libsnapshot/vts_ota_config_test.cpp
+++ b/fs_mgr/libsnapshot/vts_ota_config_test.cpp
@@ -21,6 +21,7 @@ static int GetVsrLevel() {
return android::base::GetIntProperty("ro.vendor.api_level", -1);
}
+// @VsrTest = 3.7.6
TEST(VAB, Enabled) {
if (!android::base::GetBoolProperty("ro.build.ab_update", false) && (GetVsrLevel() < __ANDROID_API_T__)) {
GTEST_SKIP();