ltp
ltp copied to clipboard
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
We should TCONF in `tst_net.sh` when `Operation not supported`. Testing `ping02.sh -6`: ``` ping02 1 TINFO: initialize 'lhost' 'ltp_ns_veth2' interface ping02 1 TINFO: add local addr 10.0.0.2/24 ping02 1 TINFO:...
When the parent process exits abnormally for some reason, the parent process of the child process will become process 1. In this case, the child process should not send signal...
Hi, I have downloaded and ran the LTP tests on PPC64le system with RHEL8.4 Distro. Observed these errors while running ltp_block_dev tp_block_dev: Test Case 7: unregister_blkdev() with major=0 [70404.507601] WARNING:...
Hello! Setup: Kernel 5.10.104 preempt_rt on slow ARM926EJ-S rev 5 (v5l) platform io_uring01 fails most of the time but sometimes it passes. `TFAIL: io_uring_enter() returned 0: EAGAIN/EWOULDBLOCK (11)` https://github.com/linux-test-project/ltp/blob/20210121/testcases/kernel/syscalls/io_uring/io_uring01.c#L221 I...
Found that the ima_violation test is broken due to the lack of /var/log/messages. For example https://storage.kernelci.org/renesas/master/renesas-devel-2022-03-08-v5.17-rc7/arm64/defconfig+ima/gcc-10/lab-cip/ltp-ima-r8a774a1-hihope-rzg2m-ex.txt Also, I occurred the same problem when I run the ltp ima test on...
Based on report from Jiri Bohac: ipv6ready/USGv6 testsuite often find bug that IPsec broken by two types of MTU related bugs with wrongly calculated packet size: * **too big packet...
See: https://lwn.net/Articles/883104/ There are some complex tests in selftests already but the glibc API is not covered there at all. We should concentrate on testing the newly added glibc API...
memcg_failcnt.sh: Append numerical suffix to the test func Currently the execution of the testcase "memcg_failcnt.sh" is reporting TBROK, since the "memcg_testfunc" function in "memcg_lib.sh" is expecting a numerical suffix. This...
When the cpuset_mem_hog program is run and the number of FilePages in the process is counted, the Page Cache of other processes interferes with the process, causing the use case...