Files
NLnetLabs-krill/tests/testbed_ui.rs
T
Ximon EighteenandGitHub bbfe9a824a Testbed mode should be more liberal in handling formatting variations in child and publisher registration XML. (#369) (#403)
Testbed mode should be more liberal in handling formatting variations in child and publisher registration XML. Synced with Lagosta commit d94470db. (#369, #403)
2021-01-29 17:11:30 +01:00

8 lines
201 B
Rust

#[cfg(feature = "ui-tests")]
mod ui;
#[tokio::test]
#[cfg(all(feature = "ui-tests", feature = "multi-user"))]
async fn testbed_ui_test() {
ui::run_krill_ui_test("testbed_ui", false, true).await;
}