History log of /external/autotest/client/cros/dbus_util.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
64e4d34e0f030275db9a4d1332ed36ca91c8013a 19-Feb-2015 Christopher Wiley <wiley@chromium.org> peerd: Check that we remove services on DBus connection death

When processes registering services with peerd terminate peerd should
remove their services. Peerd detects remote process death by watching
for the closing of the DBus connection owned by the process. Add a
test, peerd_MonitorDBusConnections, that checks that this is done correctly.

BUG=brillo:13
TEST=This is a test, it passes.

Change-Id: Iae652f7264155812574571f7198bb9364b320254
Reviewed-on: https://chromium-review.googlesource.com/251200
Reviewed-by: Alex Vakulenko <avakulenko@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
Tested-by: Christopher Wiley <wiley@chromium.org>
/external/autotest/client/cros/dbus_util.py
10fe2771804c2421b8f3501d5a72c1b997b00f29 13-Oct-2014 Christopher Wiley <wiley@chromium.org> autotest: Move dbus2primitive to dbus_util.py

We'd like to use this in other tests, and it is inconvenient to reach in
WiFi code to do this.

BUG=chromium:418738
TEST=Calling `/usr/local/autotest/cros/scripts/profile list` still works.
network_WiFi_SimpleConnect.wifi_checkWPA_TKIP passes.

Change-Id: I3175dad5818fca572dfccaa899a36978f1757347
Reviewed-on: https://chromium-review.googlesource.com/223094
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Thieu Le <thieule@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
/external/autotest/client/cros/dbus_util.py