Skip to main content

functional_status

Function functional_status 

Source
pub fn functional_status(component: &str, check: &str, ok: bool, detail: &str)
Expand description

Introspection / emit marker — record one functional-status row for the nornir test matrix. Wraps nornir_testmatrix::functional_status behind the testmatrix feature (a compiled-out #[inline] no-op otherwise, with no nornir dep in the default build). component is the reporting surface (e.g. "gatling_forkjoin"), check what it verified, ok the verdict, detail a short human note. The gatling engines call this so nornir test --features testmatrix SEES each gatling run.