From 4af346a8d862fd2a941f16244502045e60934212 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 9 Mar 2023 16:33:08 +0100 Subject: [PATCH] test: exercise JSON transformations in busctl --- test/units/testsuite-74.busctl.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/units/testsuite-74.busctl.sh b/test/units/testsuite-74.busctl.sh index 44d8032d8b..fb8236ecb5 100755 --- a/test/units/testsuite-74.busctl.sh +++ b/test/units/testsuite-74.busctl.sh @@ -35,6 +35,11 @@ busctl call --json=pretty \ busctl call --json=short \ org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager \ ListUnitsByNames as 2 "systemd-journald.service" "systemd-logind.service" | jq +# Get all properties on the org.freedesktop.systemd1.Manager interface and dump +# them as JSON to exercise the internal JSON transformations +busctl call -j \ + org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.DBus.Properties \ + GetAll s "org.freedesktop.systemd1.Manager" | jq -c busctl call --verbose --timeout=60 --expect-reply=yes \ org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager \ ListUnitsByPatterns asas 1 "active" 2 "systemd-*.socket" "*.mount" -- 2.25.1