pub async fn start_krill_with_custom_config(config: Config) -> Url
Expand description

Starts krill server for testing using the given configuration. Creates a random base directory in the ‘work’ folder, adjusts the config to use it and returns it. Be sure to clean it up when the test is done.