]> git.ipfire.org Git - people/ms/network.git/commitdiff
test: Collect more information from test environment
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jun 2023 10:00:06 +0000 (10:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jun 2023 10:00:06 +0000 (10:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
test/networkd/test.sh

index 9cecf0a4cba2aac44758c904f42db0cfcb79ae9a..3eda034c2b62527d97ec26e8df58cded8388404d 100644 (file)
@@ -52,6 +52,8 @@ dump_command() {
 }
 
 dump_status() {
+       dump_command "printenv"
+       dump_command "ps aux"
        dump_command "ip -d link"
 }