Crate fshost_test_fixture

Crate fshost_test_fixture 

Source

Re-exports§

pub use disk_builder::write_blob;

Modules§

disk_builder

Structs§

BlockDeviceConfig
A mapping of a semantic label for a block device to board-specific identifiers for that block device. The identifiers are used by fshost to match block devices as they come in, which then are exported under the configured semantic label. Only the first block device that matches will be exported, any others will be ignored.
BlockDeviceIdentifiers
A set of identifiers used to match block devices.
TestFixture
TestFixtureBuilder

Enums§

BlockDeviceParent
Possible parents for a block device.

Constants§

FSHOST_VOLUME_SERVICE_DIR_NAME
fshost will expose an alias of its fuchsia.hardware.block.volume.Service directory at this path. This allows tests to disambiguate service instances from the driver test realm, which are automatically aggregated.
STARNIX_VOLUME_NAME
VFS_TYPE_BLOBFS
VFS_TYPE_F2FS
VFS_TYPE_FXFS
VFS_TYPE_MEMFS
VFS_TYPE_MINFS

Functions§

round_down