]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Install systemd-networkd-tests.py when install_tests is enabled
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 29 Mar 2023 10:15:24 +0000 (12:15 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 29 Mar 2023 10:18:42 +0000 (12:18 +0200)
test/meson.build
test/test-network/systemd-networkd-tests.py

index 80a83813cb47fee276bfa693e070fad31625093f..b9992fae475c62eb8fa73ffecd9f15111e26ce7b 100644 (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',
index 4b62a30c9c43f02c21832216fc9fd60f2901dd15..f88878435cc62eb53a9532edc85739d70437cfcd 100755 (executable)
@@ -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