Lines Matching refs:user_config

80          config::tree user_config = engine::empty_config())  in list_one()  argument
86 model::metadata_builder().build(), user_config, handle); in list_one()
91 &program, user_config); in list_one()
137 config::tree user_config = engine::empty_config(), in run_one() argument
145 user_config, handle)); in run_one()
147 (void)handle.spawn_test(program, test_case_name, user_config); in run_one()
191 config::tree user_config = engine::empty_config(); in ATF_TEST_CASE_BODY() local
192 user_config.set_string("test_suites.the-suite.var1", "value1"); in ATF_TEST_CASE_BODY()
193 user_config.set_string("test_suites.the-suite.var2", "value2"); in ATF_TEST_CASE_BODY()
197 user_config); in ATF_TEST_CASE_BODY()
322 config::tree user_config = engine::empty_config(); in ATF_TEST_CASE_BODY() local
323 user_config.set_string("test_suites.the-suite.control_dir", in ATF_TEST_CASE_BODY()
325 user_config.set_string("test_suites.the-suite.timeout", "1"); in ATF_TEST_CASE_BODY()
329 run_one(this, "timeout_body", exp_result, user_config); in ATF_TEST_CASE_BODY()
338 config::tree user_config = engine::empty_config(); in ATF_TEST_CASE_BODY() local
339 user_config.set_string("test_suites.the-suite.first", "some value"); in ATF_TEST_CASE_BODY()
340 user_config.set_string("test_suites.the-suite.second", "some other value"); in ATF_TEST_CASE_BODY()
343 run_one(this, "check_configuration_variables", exp_result, user_config); in ATF_TEST_CASE_BODY()
358 config::tree user_config = engine::empty_config(); in ATF_TEST_CASE_BODY() local
359 user_config.set_string("test_suites.the-suite.control_dir", in ATF_TEST_CASE_BODY()
361 user_config.set_string("test_suites.the-suite.timeout", "1"); in ATF_TEST_CASE_BODY()
365 run_one(this, "timeout_body", exp_result, user_config); in ATF_TEST_CASE_BODY()
385 config::tree user_config = engine::empty_config(); in ATF_TEST_CASE_BODY() local
386 user_config.set_string("test_suites.the-suite.control_dir", in ATF_TEST_CASE_BODY()
392 run_one(this, "timeout_cleanup", exp_result, user_config); in ATF_TEST_CASE_BODY()
401 config::tree user_config = engine::empty_config(); in ATF_TEST_CASE_BODY() local
402 user_config.set_string("test_suites.the-suite.control_dir", in ATF_TEST_CASE_BODY()
404 user_config.set_string("test_suites.the-suite.timeout", "1"); in ATF_TEST_CASE_BODY()
408 run_one(this, "expect_timeout", exp_result, user_config); in ATF_TEST_CASE_BODY()