1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

test: Install systemd-networkd-tests.py when install_tests is enabled

This commit is contained in:
Daan De Meyer 2023-03-29 12:15:24 +02:00
parent 0beb2a95a4
commit 3ceb96e018
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ if install_tests
'test-path',
'test-path-util',
'test-umount',
'test-network',
'test-network-generator-conversion',
'testsuite-03.units',
'testsuite-04.units',

View File

@ -6,7 +6,7 @@
# systemd-networkd tests
# These tests can be executed in the systemd mkosi image when booted in QEMU. After booting the QEMU VM,
# simply run this file which can be found in the VM at /root/src/test/test-network/systemd-networkd-tests.py.
# simply run this file which can be found in the VM at /usr/lib/systemd/tests/testdata/test-network/systemd-networkd-tests.py.
import argparse
import errno