commit | db71f06e349cb1075fe1cf36e1183b50eb8b4e77 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Mar 01 02:44:17 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 01 02:44:17 2024 +0000 |
tree | 12907bdf03352120293e92bd0a6396ba4eda19ee | |
parent | e73c39f8ebf93e69710c73aa0bcf9a7d2f8eabb3 [diff] | |
parent | eed1c420872f3c31e7fed5e2383e042c8762aebf [diff] |
Merge "Add annotations to VTS tests" into main am: eed1c42087 Original change: https://android-review.googlesource.com/c/platform/system/core/+/2984641 Change-Id: Ic0d5eb3803ff03bed830a691fc86638d5ab2122a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/fs_mgr/libsnapshot/partition_cow_creator_test.cpp b/fs_mgr/libsnapshot/partition_cow_creator_test.cpp index cf26a16..a4a2c1a 100644 --- a/fs_mgr/libsnapshot/partition_cow_creator_test.cpp +++ b/fs_mgr/libsnapshot/partition_cow_creator_test.cpp
@@ -39,6 +39,7 @@ 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 e538d50..47e6ce9 100644 --- a/fs_mgr/libsnapshot/snapshot_test.cpp +++ b/fs_mgr/libsnapshot/snapshot_test.cpp
@@ -104,6 +104,7 @@ 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 d387eb3..b5618c4 100755 --- a/fs_mgr/libsnapshot/vts_ota_config_test.cpp +++ b/fs_mgr/libsnapshot/vts_ota_config_test.cpp
@@ -21,6 +21,7 @@ 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();