summaryrefslogtreecommitdiff
path: root/test/sd-script.py
Commit message (Collapse)AuthorAgeFilesLines
* test: introduce __eq__() and __ne__()Yu Watanabe2022-10-131-0/+6
| | | | Suggested by CodeQL#160 (https://github.com/systemd/systemd/security/code-scanning/160).
* tree-wide: fix typoYu Watanabe2020-12-141-1/+1
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-121-1/+1
| | | | Follow-up for db9ecf050165fd1033c6f81485917e229c4be537.
* test/sd-script.py: new helper script for udev testingMartin Wilck2020-11-021-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.