Moving multiple files into a non existent target folder won't work.
Just move the whole directory instead.
While at that list the folder content so we get an idea what CI
produced.
Check whether a particular user/D-Bus client is allowed to claim a
sensor.
The ClaimCompass method on net.hadess.SensorProxy.Compass doesn't have a
check as only the geoclue user is allowed to access this interface, as
per the D-Bus configuration.
test_input_accel() uses umockdev-run, and killing umockdev-run doesn't
kill the child iio-sensor-proxy daemon we make it spawn, making any test
running after this one fail. As the tests are run alphabetically, we
were lucky that this test was the last one, but we can't rely on that.
Instead, use psutil to list all the children processes and kill those
before killing umockdev-run.