Function krill::test::start_krill_with_default_test_config[][src]

pub async fn start_krill_with_default_test_config(
    enable_testbed: bool,
    enable_ca_refresh: bool
) -> PathBuf
Expand description

Starts krill server for testing using the default test configuration, and optionally with testbed mode enabled. Creates a random base directory in the ‘work’ folder, and returns it. Be sure to clean it up when the test is done.