summaryrefslogtreecommitdiff
path: root/tests/helpers
Commit message (Expand)AuthorAgeFilesLines
* enosys: properly block execve syscallThomas Weißschuh2023-05-171-0/+7
* enosys: add testThomas Weißschuh2023-05-162-0/+46
* enosys: move from tests/helpers/test_enosys.cThomas Weißschuh2023-05-162-146/+0
* tests: (test_sysinfo) include sys/mount.hThomas Weißschuh2023-05-021-0/+1
* tests: disable mount/subdir on unshared session without new mount APIKarel Zak2023-05-021-0/+15
* tests: (test_sysinfo) add helper for invalid ioctl errnoThomas Weißschuh2023-05-011-0/+12
* test_enosys: provide more diagnostics on failureThomas Weißschuh2023-04-261-2/+2
* test_enosys: use correct return value for getopt_longThomas Weißschuh2023-04-261-1/+1
* tests: add test_enosys helperThomas Weißschuh2023-04-242-0/+146
* tests: (lsfd) make the message for skipping the case more descriptiveMasatake YAMATO2023-04-201-2/+4
* tests: (mkfds) delete nls markers _("...") from the helper commandMasatake YAMATO2023-04-201-37/+36
* tests: fclose(stdin) UBCristian Rodríguez2023-03-212-2/+10
* tests: (mkfds) don't specify a protocol in connect(2) for AF_PACKET socketMasatake YAMATO2023-03-061-1/+0
* lsfd: use xstrdup() if included xalloc.hKarel Zak2023-03-021-5/+1
* tests: (mkfds) add netlink factoryMasatake YAMATO2023-03-011-0/+76
* tests: (lsfd,mkfds) define new error code for EPROTONOSUPPORTMasatake YAMATO2023-03-011-0/+1
* tests: (mkfds) add unsigned int parameter typeMasatake YAMATO2023-03-011-0/+32
* tests: (lsfd) skip if the platform doesn't permit to use ioctl(fd, SIOCGSKNS)Masatake YAMATO2023-02-261-1/+2
* tests: (lsfd) skip if the platform doesn't permit to use unshare(2)Masatake YAMATO2023-02-261-1/+2
* tests: (lsfd) skip if the platform doesn't attach a buffer to a packet socketMasatake YAMATO2023-02-261-1/+2
* tests: (lsfd) skip if the platform doesn't provide pidfd_open(2)Masatake YAMATO2023-02-261-1/+2
* tests: (mkfds) introduce constants representing the limitation of the test en...Masatake YAMATO2023-02-261-0/+4
* tests: (mkfds) fix minor typo in commentMasatake YAMATO2023-02-261-1/+1
* tests: (mkfds) add ping and ping6 factoriesMasatake YAMATO2023-02-261-0/+164
* tests: (mkfds) add "lite" parameter to udp and udp6 factoriesMasatake YAMATO2023-02-261-2/+18
* tests: (mkfds) add raw6 factoryMasatake YAMATO2023-02-261-10/+73
* tests: (mkfds) add udp6 factoryMasatake YAMATO2023-02-261-16/+74
* Merge branch 'test_mkfds_getopt' of https://github.com/masatake/util-linuxKarel Zak2023-02-221-0/+1
|\
| * test_mkfds: add missing terminator of the option spec listMasatake YAMATO2023-02-171-0/+1
* | tests: (mkfds) add tcp6 factoryMasatake YAMATO2023-02-171-16/+75
|/
* lsfd: use extra information loaded from /proc/net/rawMasatake YAMATO2023-02-101-0/+71
* tests: (mkfds) fix typos in error messagesMasatake YAMATO2023-02-021-3/+3
* tests: (mkfds) fix typos in factory descriptionsMasatake YAMATO2023-02-021-2/+2
* tests: (mkfds) check the privilege required in the factory to runMasatake YAMATO2023-02-021-0/+3
* tests: add SPDX-License-Identifier to helperKarel Zak2022-12-059-45/+27
* lsfd: show extra information returned from ioctl(..., NS_GET_NSTYPE)Masatake YAMATO2022-11-231-1/+45
* tests: properly check for widestring functionalityThomas Weißschuh2022-11-131-0/+8
* tests: (lsfd) add a case testing UDP socketsMasatake YAMATO2022-10-201-0/+172
* autotools: stop using AC_C_BIGENDIAN / WORDS_BIGENDIANThomas Weißschuh2022-10-141-1/+1
* test_mkfds: avoid multiplication overflowThomas Weißschuh2022-10-101-1/+1
* tests: (lsfd) add a case testing TCP socketsMasatake YAMATO2022-10-021-0/+172
* tests: (lsfd) add a case for testing SOCKNETNS columnMasatake YAMATO2022-09-251-0/+199
* tests: (lsfd) extend unix-stream test case to test SEQPACKET socketMasatake YAMATO2022-09-251-6/+35
* tests: (lsfd) add a case testing UNIX+DGRAM socketMasatake YAMATO2022-09-251-0/+118
* tests: (lsfd) add a case testing UNIX-STREAM socketsMasatake YAMATO2022-09-251-1/+1
* tests: (mkfds) add a factory making unix socketsMasatake YAMATO2022-09-251-0/+198
* tests: (mkfds) quit when a byte is given via standard inputMasatake YAMATO2022-09-241-1/+23
* tests: (mkfds) call close method of factory only when it is specifiedMasatake YAMATO2022-09-241-2/+4
* tests: (mkfds) cosmetic change, deleting empty linesMasatake YAMATO2022-09-241-2/+0
* tests: (mkfds) add boolean, a new parameter typeMasatake YAMATO2022-09-241-0/+35