Home
last modified time | relevance | path

Searched refs:run_type (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dtest_config.cfg9 ; run_type = 1
28 ; run_type
87 run_type = 1
98 run_type = 1
106 run_type = 1
118 run_type = 1
141 run_type = 1
167 run_type = 1
181 run_type = 1
194 run_type = 1
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dpcba_core.c98 int activated, category, run_type, sim_counts; in parse_testcase() local
141 if (script_fetch(mainkey_name, "run_type", &run_type, 1) in parse_testcase()
143 info[j].run_type = run_type; in parse_testcase()
H A Dtest_case.h22 int run_type; member
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl4373 my $run_type = $build_type;
4375 $run_type = $patchcheck_type;
4377 $run_type = $bisect_type;
4379 $run_type = $config_bisect_type;
4381 $run_type = "";
4383 $run_type = "";
4387 if (!defined($run_type)) {
4388 $run_type = "ERROR";
4406 … doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";