* [LTP] Regarding LTP testing on target hardware linux kernel 5.4.25 arm 32 bit
@ 2024-11-29 10:36 R Akshay Dharmapuri
2024-11-29 12:19 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: R Akshay Dharmapuri @ 2024-11-29 10:36 UTC (permalink / raw)
To: ltp@lists.linux.it
Hi All,
Myself Akshay from Alif Semiconductor working on LTP(Linux Test Project).I am using environment-setup-cortexa32hf-neon-poky-linux-musleabi (Musl C) for our target board.
I wanted to enquire how to test LTP on Arm 32 architecture(board architecture).We are using linux kernel 5.4.25 to deploy onto the target hardware.
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..Also wanted to enquire in process of running single tests. How does it test and difference between single running and installing all at once.
Thanks and Regards
Akshay Dharmapuri
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LTP] Regarding LTP testing on target hardware linux kernel 5.4.25 arm 32 bit
2024-11-29 10:36 [LTP] Regarding LTP testing on target hardware linux kernel 5.4.25 arm 32 bit R Akshay Dharmapuri
@ 2024-11-29 12:19 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2024-11-29 12:19 UTC (permalink / raw)
To: R Akshay Dharmapuri; +Cc: ltp@lists.linux.it
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-29 12:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 10:36 [LTP] Regarding LTP testing on target hardware linux kernel 5.4.25 arm 32 bit R Akshay Dharmapuri
2024-11-29 12:19 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox