sdk-dbus-tools-d-feet manual
medium
- Image Types:
- basesdk-amd64 / sdk-amd64
- Image Deployment:
- APT
- Type:
- performance
Description
Test that D-Feet both shows services on the session bus and that new services appear automatically.
Pre Conditions
- Ensure Rootfs is remounted as read/write.
- Install dependencies
- Restart the system to restore the filesystem state to read-only before running the test.
$ sudo mount -o remount,rw /
$ sudo apt install dbus-tests
$ sudo reboot
Execution Steps
- Run D-Feet via Applications Menu > Development > D-Feet
- View the session bus by clicking on the "Session Bus" tab
- If the "Session Bus" is not available then activate it with File > Connect to Session Bus
- Set the Filter field to "echo" (without quotes)
- Open a terminal window and run the test command:
$ dbus-test-tool echo --name=com.example.Echo
Expected
The D-Feet window should now show a new service in its filtered view called "com.example.Echo".