pub async fn find_partition(
device_label: String,
device_path: Option<String>,
) -> Result<ControllerProxy>
Expand description
Find an existing test partition using the device label and optional path, and connect to the controller proxy for it.