File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
suites/Kernel/FunctionalArea/Scheduler/CPU_affinity Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 52
52
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/storage/storage.res || true
53
53
- $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/run.sh || true
54
54
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/wpss_remoteproc.res || true
55
+ - $PWD/suites/Kernel/FunctionalArea/DCVS/Freq_Scaling/run.sh || true
56
+ - $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/DCVS/Freq_Scaling/Freq_Scaling.res || true
57
+ - $PWD/suites/Kernel/FunctionalArea/Scheduler/CPU_affinity/run.sh || true
58
+ - $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/Scheduler/CPU_affinity/CPU_affinity.res || true
55
59
- $PWD/utils/result_parse.sh
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ log_info "-------- Starting $TESTNAME Functional Test --------"
39
39
40
40
check_dependencies taskset top chrt zcat grep
41
41
42
- REQUIRED_CONFIGS=" CONFIG_SCHED_DEBUG CONFIG_CGROUP_SCHED CONFIG_SMP"
42
+ REQUIRED_CONFIGS=" CONFIG_CGROUP_SCHED CONFIG_SMP"
43
43
for config in $REQUIRED_CONFIGS ; do
44
44
if check_kernel_config " $config " ; then
45
45
log_pass " $config is enabled"
You can’t perform that action at this time.
0 commit comments