19 from autopilot
import platform
20 from ubuntuuitoolkit
import ubuntu_scenarios
22 from unity8
import process_helpers
26 class IndicatorTestCase(tests.UnityTestCase):
28 device_emulation_scenarios = (
29 ubuntu_scenarios.get_device_simulation_scenarios())
33 self.unity_proxy = self.launch_unity()
34 process_helpers.unlock_unity()
37 class DeviceIndicatorTestCase(IndicatorTestCase):
40 if platform.model() ==
'Desktop':
41 self.skipTest(
'Test cannot be run on the desktop.')