Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect permissions prevent measurement and hrtimer-prio sub-tests from Running #1201

Open
schrht opened this issue Oct 9, 2024 · 0 comments · May be fixed by #1202
Open

Incorrect permissions prevent measurement and hrtimer-prio sub-tests from Running #1201

schrht opened this issue Oct 9, 2024 · 0 comments · May be fixed by #1202

Comments

@schrht
Copy link

schrht commented Oct 9, 2024

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:

+ ./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:

    testcases/realtime/func/hrtimer-prio/run_auto.sh
    testcases/realtime/func/measurement/run_auto.sh
@schrht schrht linked a pull request Oct 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant