run_sp_kv_v1_single_ring

Function run_sp_kv_v1_single_ring 

Source
pub fn run_sp_kv_v1_single_ring(
    spec_path: &Path,
    lane_path: PathBuf,
    input: Vec<u8>,
    wait: WaitPreset,
) -> Result<Value, String>
Expand description

Validate and execute a v1 spec.kv file using the OSS bring-up SingleRing executor.

Notes:

  • Only model=single_ring is supported today.
  • Execution uses a temporary in-process producer+subscriber over SHM.