Home
last modified time | relevance | path

Searched refs:set_up_ca_with_repo (Results 1 – 4 of 4) sorted by relevance

/dports/net/krill/krill-0.9.4/tests/
H A Dfunctional.rs121 set_up_ca_with_repo(&ca1).await; in functional()
132 set_up_ca_with_repo(&ca2).await; in functional()
163 set_up_ca_with_repo(&ca3).await; in functional()
234 set_up_ca_with_repo(&ca4).await; in functional()
H A Dsuspend.rs62 set_up_ca_with_repo(&ca).await; in test_suspension()
H A Dmigrate_repository.rs81 set_up_ca_with_repo(&ca1).await; in migrate_repository()
/dports/net/krill/krill-0.9.4/src/
H A Dtest.rs709 pub async fn set_up_ca_with_repo(ca: &Handle) { in set_up_ca_with_repo() function