Home
last modified time | relevance | path

Searched refs:KRILL_SERVER_URI (Results 1 – 2 of 2) sorted by relevance

/dports/net/krill/krill-0.9.4/tests/
H A Dtestbed.rs35 assert!(get_ok(&format!("{}testbed/enabled", KRILL_SERVER_URI), None) in add_and_remove_certificate_authority()
60 &format!("{}testbed/children", KRILL_SERVER_URI), in add_and_remove_certificate_authority()
87 KRILL_SERVER_URI, &dummy_ca_handle in add_and_remove_certificate_authority()
133 &format!("{}testbed/publishers", KRILL_SERVER_URI), in add_and_remove_certificate_authority()
167 &format!("{}testbed/publishers/{}", KRILL_SERVER_URI, &dummy_ca_handle), in add_and_remove_certificate_authority()
183 &format!("{}testbed/children/{}", KRILL_SERVER_URI, &dummy_ca_handle), in add_and_remove_certificate_authority()
198 let org_tal = get_text(&format!("{}ta/ta.tal", KRILL_SERVER_URI), None).await.unwrap(); in add_and_remove_certificate_authority()
199 let renamed_tal = get_text(&format!("{}testbed.tal", KRILL_SERVER_URI), None) in add_and_remove_certificate_authority()
/dports/net/krill/krill-0.9.4/src/
H A Dtest.rs50 pub const KRILL_SERVER_URI: &str = "https://localhost:3000/"; const
72 server_ready(KRILL_SERVER_URI).await in krill_server_ready()
176 let krillc_opts = Options::new(https(KRILL_SERVER_URI), "secret", ReportFormat::Json, command); in krill_admin()
201 let krillc_opts = Options::new(https(KRILL_SERVER_URI), "secret", ReportFormat::Json, command); in krill_admin_expect_error()