summaryrefslogtreecommitdiff
path: root/tests/ts/lsfd
Commit message (Expand)AuthorAgeFilesLines
* tests: (lsfd) add losetup as a required cmdMasatake YAMATO2023-04-201-0/+1
* tests: (lsfd) make the message for skipping the case more descriptiveMasatake YAMATO2023-04-202-2/+62
* lsfd: make a test case executableMasatake YAMATO2023-04-191-0/+0
* lsfd: skip test option-inet in qemu-userMasatake YAMATO2023-04-191-0/+1
* tests: (lsfd) don't hardcode the inode number of netns in the expected outputMasatake YAMATO2023-04-161-6/+15
* tests: (lsfd) adjust the output for unix datagram sockets already connectedMasatake YAMATO2023-04-162-3/+14
* tests: (lsfd) adjust the output for unix datagram sockets created by socketpairMasatake YAMATO2023-04-162-1/+23
* tests: (lsfd) check the exit status of the first command in the pipelineMasatake YAMATO2023-04-161-1/+1
* tests: (lsfd) adjust the output for unix stream socketsMasatake YAMATO2023-04-163-12/+32
* tests: (lsfd) add more cases for packet socketsMasatake YAMATO2023-03-061-5/+16
* tests: (lsfd) add cases for NETLINK socketsMasatake YAMATO2023-03-022-0/+117
* tests: (lsfd,mkfds) define new error code for EPROTONOSUPPORTMasatake YAMATO2023-03-011-0/+1
* tests: (lsfd) use ${PIPESTATUS[]} instead of $?Masatake YAMATO2023-03-011-1/+1
* tests: (lsfd) add a case for testing -i/--inet optionsMasatake YAMATO2023-03-011-0/+96
* tests: (lsfd) skip if the platform doesn't permit to use ioctl(fd, SIOCGSKNS)Masatake YAMATO2023-02-261-1/+4
* tests: (lsfd) skip if the platform doesn't permit to use unshare(2)Masatake YAMATO2023-02-261-4/+13
* tests: (lsfd) skip if the platform doesn't attach a buffer to a packet socketMasatake YAMATO2023-02-261-1/+4
* tests: (lsfd) skip if the platform doesn't provide pidfd_open(2)Masatake YAMATO2023-02-265-17/+38
* tests: (mkfds) introduce constants representing the limitation of the test en...Masatake YAMATO2023-02-261-0/+5
* tests: (lsfd) send a signal only if the target PID is knowMasatake YAMATO2023-02-2622-34/+34
* tests: (lsfd) add comments about the reason using ts_skip_qemu_user()Masatake YAMATO2023-02-261-0/+2
* tests: (lsfd) add a case for PING and PINGv6 socketsMasatake YAMATO2023-02-261-0/+83
* tests: (lsfd) add a case for UDPLITEv6 socketsMasatake YAMATO2023-02-261-27/+44
* tests: (lsfd) add a case for UDP-Lite socketsMasatake YAMATO2023-02-261-27/+44
* tests: (lsfd) add a case for RAWv6 socketsMasatake YAMATO2023-02-261-0/+49
* tests: (lsfd) add a case for UDPv6 socketsMasatake YAMATO2023-02-261-0/+121
* tests: (lsfd) delete an unused variableMasatake YAMATO2023-02-261-1/+0
* lsfd: (test) add a case for TCPv6 socketsMasatake YAMATO2023-02-171-0/+50
* lsfd: read the UNIX socket path including white spaces correctlyMasatake YAMATO2023-02-151-0/+14
* Merge branch 'lsfd-raw' of https://github.com/masatake/util-linuxKarel Zak2023-02-131-0/+49
|\
| * lsfd: use extra information loaded from /proc/net/rawMasatake YAMATO2023-02-101-0/+49
* | lsfd: run netfs testThomas Weißschuh2023-02-041-0/+0
* | lsfd: skip test mkfds-netns in qemu-userThomas Weißschuh2023-02-041-0/+1
|/
* tests: add ts_check_native_byteorderThomas Weißschuh2022-11-272-2/+2
* Merge branch 'lsfd-nsfs' of https://github.com/masatake/util-linuxKarel Zak2022-11-241-0/+58
|\
| * lsfd: show extra information returned from ioctl(..., NS_GET_NSTYPE)Masatake YAMATO2022-11-231-0/+58
* | tests: wrap $TS_{TOPDIR,SELF} in "." cmdline with double quote charsMasatake YAMATO2022-11-2313-18/+18
|/
* lsfd: skip test mkfds-udp on s390xThomas Weißschuh2022-10-221-0/+1
* Merge branch 'lsfd-udp' of https://github.com/masatake/util-linuxKarel Zak2022-10-211-0/+121
|\
| * tests: (lsfd) add a case testing UDP socketsMasatake YAMATO2022-10-201-0/+121
* | tests: disable nonfunctional tests under qemu user emulationThomas Weißschuh2022-10-187-0/+7
|/
* lsfd: <breaking comaptiblity> move PROTONAME column to SOCK. column namespaceMasatake YAMATO2022-10-032-4/+4
* lsfd: introduce SOCK. column namespaceMasatake YAMATO2022-10-034-17/+17
* tests: (lsfd) add a case testing TCP socketsMasatake YAMATO2022-10-021-0/+49
* lsfd: add SOCKLISTENING columnMasatake YAMATO2022-10-023-14/+14
* tests: (lsfd) add a case for testing SOCKNETNS columnMasatake YAMATO2022-09-251-0/+91
* tests: (lsfd) extend unix-stream test case to test SEQPACKET socketMasatake YAMATO2022-09-251-36/+40
* tests: (lsfd) add a case testing UNIX+DGRAM socketMasatake YAMATO2022-09-251-0/+60
* tests: (lsfd) add a case testing UNIX-STREAM socketsMasatake YAMATO2022-09-251-0/+78
* lsfd: show pid, comm, and nspid of pidfd in PIDFD.{PID,COMM,NSPID} columnsMasatake YAMATO2022-09-121-3/+3