You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The run_auto.sh scripts have incorrect permissions, which prevented the realtime sub-tests ./func/measurement and ./func/hrtimer-prio from executing.
When executing the tests, you can see:
+ ./run.sh -t ./func/measurement
/var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime/lib /var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime /var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime
make: Nothing to be done for 'all'.
/var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime /var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime
Running 1 runs of ./func/measurement
./run.sh: line 97: ./run_auto.sh: Permission denied
+ local return_code=0
and
+ ./run.sh -t ./func/hrtimer-prio
/var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime/lib /var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime /var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime
make: Nothing to be done for 'all'.
/var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime /var/ARTIFACTS/work-plan32vd_n9h/kernel-automotive/plans/sst_kernel_rts/rt_ltp/plan/discover/external_er/tests/rt-tests/rt_ltp/ltp-full-20240524/testcases/realtime
Running 1 runs of ./func/hrtimer-prio
./run.sh: line 97: ./run_auto.sh: Permission denied
+ local return_code=0
Fixes should add the missing execution permissions on the run_auto.sh scripts:
Description:
The
run_auto.sh
scripts have incorrect permissions, which prevented the realtime sub-tests./func/measurement
and./func/hrtimer-prio
from executing.When executing the tests, you can see:
and
Fixes should add the missing execution permissions on the run_auto.sh scripts:
The text was updated successfully, but these errors were encountered: