[LTP] Regarding LTP testing on target hardware linux kernel 5.4.25 arm 32 bit

Cyril Hrubis chrubis@suse.cz
Fri Nov 29 13:19:32 CET 2024


Hi!
> Wanted to enquire in the apis regarding running single tests :
> 
> cd testcases/kernel/syscalls/foo
> $ make
> $ PATH=$PATH:$PWD ./foo01
> 
> 
> cd testcases/lib
> $ make
> $ cd ../commands/foo
> $ PATH=$PATH:$PWD:$PWD/../../lib/ ./foo01.sh
>
> The above folder foo is not present in syscalls and commands..

You have to replace the foo with the actual test binary name. Foo and
bar are words used in examples when users needs to substitute them with
something else.

> Also wanted to enquire in process of running single tests. How does it
> test and difference between single running and installing all at once.

You can run a single test without installing LTP first. If you want to
run all tests in a row automatically you have to install LTP.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list