()
| 242 | } |
| 243 | |
| 244 | fn e2e_driver_config_key() -> &'static str { |
| 245 | match e2e_driver().as_deref() { |
| 246 | Some("podman") => "podman", |
| 247 | _ => "docker", |
| 248 | } |
| 249 | } |
| 250 | |
| 251 | fn cdi_devices_driver_config_json(device_ids: &[&str]) -> String { |
| 252 | serde_json::json!({ |
nothing calls this directly
no test coverage detected