summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-29 12:15:24 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-29 12:18:42 +0200
commit3ceb96e018f63eb9b51b720d065cd0e94dc303cc (patch)
tree9118b6e690f5c2acb613d9377ae2590d405d38cb /test
parent0beb2a95a487cd270670fc6c23c4a25e44e8dee8 (diff)
downloadsystemd-3ceb96e018f63eb9b51b720d065cd0e94dc303cc.tar.gz
test: Install systemd-networkd-tests.py when install_tests is enabled
Diffstat (limited to 'test')
-rw-r--r--test/meson.build1
-rwxr-xr-xtest/test-network/systemd-networkd-tests.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 80a83813cb..b9992fae47 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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',
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py
index 4b62a30c9c..f88878435c 100755
--- a/test/test-network/systemd-networkd-tests.py
+++ b/test/test-network/systemd-networkd-tests.py
@@ -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