pub async fn run_test( transport: &str, ip: &str, is_dialer: bool, test_timeout_seconds: u64, redis_addr: &str, sec_protocol: Option<String>, muxer: Option<String>, ) -> Result<Report>