diff options
Diffstat (limited to 'dynamic_partition_test_utils.h')
-rw-r--r-- | dynamic_partition_test_utils.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dynamic_partition_test_utils.h b/dynamic_partition_test_utils.h index 2cfdff5d..574d30e8 100644 --- a/dynamic_partition_test_utils.h +++ b/dynamic_partition_test_utils.h @@ -48,6 +48,7 @@ constexpr const char* kFakeDevicePath = "/fake/dev/path/"; constexpr const char* kFakeDmDevicePath = "/fake/dm/dev/path/"; constexpr const uint32_t kFakeMetadataSize = 65536; constexpr const char* kDefaultGroup = "foo"; +constexpr const char* kFakeSuper = "fake_super"; // A map describing the size of each partition. // "{name, size}" @@ -121,11 +122,6 @@ inline std::string GetDmDevice(const std::string& name) { return kFakeDmDevicePath + name; } -// TODO(elsk): fs_mgr_get_super_partition_name should be mocked. -inline std::string GetSuperDevice(uint32_t slot) { - return GetDevice(fs_mgr_get_super_partition_name(slot)); -} - // To support legacy tests, auto-convert {name_a: size} map to // PartitionMetadata. inline PartitionMetadata PartitionSuffixSizesToMetadata( |