Comment 2 for bug 1285770

Revision history for this message
Kent Baxley (kentb) wrote :

Hey Daniel,

Here you go:

# /usr/lib/plainbox-providers-1/checkbox/bin/removable_storage_test -l usb
/usr/lib/python3/dist-packages/checkbox_support/dbus/__init__.py:51: PyGIDeprecationWarning: MainLoop is deprecated; use GLib.MainLoop instead
  loop = GObject.MainLoop()
ERROR:root:No removable drives were detected, aborting

Also, udisks is not installed on the SUT. If I install it, it doesn't seem to make a difference in the outcome. Here's the listing *after* I installed udisks by hand:

# sudo dpkg -l udisks*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===================================-======================-======================-===========================================================================
ii udisks 1.0.4-8ubuntu1 amd64 storage media interface
ii udisks2 2.1.2-1 amd64 D-BUS service to access and manipulate storage devices

Hope this helps, and please let me know if there's anything else I can capture for you.