Home
last modified time | relevance | path

Searched refs:config_v2_dir (Results 1 – 6 of 6) sorted by relevance

/DADK/dadk-user/src/scheduler/
H A Dtests.rs22 .config_v2_dir() in should_not_run_task_only_riscv64_on_x86_64()
24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64()
63 .config_v2_dir() in should_not_run_task_only_x86_64_on_riscv64()
65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64()
104 .config_v2_dir() in should_run_task_include_x86_64_on_x86_64()
106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64()
137 .config_v2_dir() in should_run_task_include_riscv64_on_riscv64()
139 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_riscv64_on_riscv64()
168 let config_file = ctx.config_v2_dir().join("app_all_target_arch_0_2_0.toml"); in ensure_all_target_arch_testcase_v1()
169 let task = Parser::new(ctx.config_v2_dir()).parse_config_file(&config_file); in ensure_all_target_arch_testcase_v1()
H A Dtests.rs22 .config_v2_dir() in should_not_run_task_only_riscv64_on_x86_64()
24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64()
63 .config_v2_dir() in should_not_run_task_only_x86_64_on_riscv64()
65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64()
104 .config_v2_dir() in should_run_task_include_x86_64_on_x86_64()
106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64()
137 .config_v2_dir() in should_run_task_include_riscv64_on_riscv64()
139 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_riscv64_on_riscv64()
168 let config_file = ctx.config_v2_dir().join("app_all_target_arch_0_2_0.toml"); in ensure_all_target_arch_testcase_v1()
169 let task = Parser::new(ctx.config_v2_dir()) in ensure_all_target_arch_testcase_v1()
[all...]
H A Dtests.rs22 .config_v2_dir() in should_not_run_task_only_riscv64_on_x86_64()
24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64()
63 .config_v2_dir() in should_not_run_task_only_x86_64_on_riscv64()
65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64()
104 .config_v2_dir() in should_run_task_include_x86_64_on_x86_64()
106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64()
137 .config_v2_dir() in should_run_task_include_riscv64_on_riscv64()
139 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_riscv64_on_riscv64()
168 let config_file = ctx.config_v2_dir().join("app_all_target_arch_0_2_0.toml"); in ensure_all_target_arch_testcase_v1()
169 let task = Parser::new(ctx.config_v2_dir()) in ensure_all_target_arch_testcase_v1()
[all...]
/DADK/dadk-user/src/executor/
H A Dtests.rs16 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in setup_executor()
51 .config_v2_dir() in set_local_env()
73 .config_v2_dir() in execute_should_capture_error()
H A Dtests.rs16 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in setup_executor()
51 .config_v2_dir() in set_local_env()
73 .config_v2_dir() in execute_should_capture_error()
/DADK/crates/test_base/src/
H A Dglobal.rs32 pub fn config_v2_dir(&self) -> PathBuf { in config_v2_dir() method