Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/unity8/shell/tests/test_rotation.py", line 67, in test_fake_sensor
self.assertThat(oriented_shell_proxy.physicalOrientation, Eventually(Equals(target_orientation), timeout=15))
File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 423, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: After 15.0 seconds test on OrientedShell.physicalOrientation failed: 8 != dbus.Int32(1, variant_level=1)
Ran 2 tests in 65.005s
FAILED (failures=1)