Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: introduce __eq__() and __ne__() | Yu Watanabe | 2022-10-13 | 1 | -0/+6 |
| | | | | Suggested by CodeQL#160 (https://github.com/systemd/systemd/security/code-scanning/160). | ||||
* | tree-wide: fix typo | Yu Watanabe | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-12 | 1 | -1/+1 |
| | | | | Follow-up for db9ecf050165fd1033c6f81485917e229c4be537. | ||||
* | test/sd-script.py: new helper script for udev testing | Martin Wilck | 2020-11-02 | 1 | -0/+342 |
Script for generating LOTS of SCSI disk and partition devices in the fake sysfs we use for udev testing. This script is supposed to be run after sys-script.py. It uses code from sys-script.py as template to generate additional SCSI disk data structures. Together with the "generator" code in udev-test.pl added in the previous patch, it allows to run udev tests with almost arbitrarily many devices, and thus to do performance scaling tests. |