0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Filter unit test uncertainty hack

This commit is contained in:
Maria Matejka 2024-06-26 18:30:17 +02:00
parent be2ba84e50
commit aa11e82174

View File

@ -83,6 +83,9 @@ main(int argc, char *argv[])
bt_test_suite_arg_extra(t_reconfig, BT_CONFIG_FILE, 0, BT_TIMEOUT, "Testing reconfiguration back");
bt_test_suite_arg_extra(t_reconfig, BT_CONFIG_FILE, 0, BT_TIMEOUT, "Testing reconfiguration to the same file");
/* Hack: this should be enough to let the other thread run and make the ROA table converge */
birdloop_yield();
struct f_bt_test_suite *t;
WALK_LIST(t, OBSREF_GET(config)->tests)
bt_test_suite_base(run_function, t->fn_name, t, 0, BT_TIMEOUT, "%s", t->dsc);