Beispiel #1
0
 def setUp(self):
     super(NotificationAndQuickSettings, self).setUp()
     self._test_name = __name__
     print "[Setup]: %s" % self._test_name
     self.systemui = SystemUiExtendImpl()
     self.notifi_quick_settings = NotificationAndQuickSettingsImpl()
     self.systemui.unlock_screen()
     self._log = Logcat()
Beispiel #2
0
    def setUp(self):
        print "[Setup]:%s" % self.__class__.__name__
        super(CameraFrontbackCameraPictureCapturingTest, self).setUp()

        cmd = 'date +"%m-%d %H:%M:%S"'
        self.test_time_mark = g_common_obj.adb_cmd_capture_msg(repr(cmd))

        self.logcat = Logcat(g_common_obj)
        self.chrome_cast = self.IChromeCastImpl(self.cast_model)
        self.camera = CameraExtendImpl()
        self.systemui = SystemUiExtendImpl()

        self.camera.clean()

        self.systemui.unlock_screen()
        self.d.screen.on()
        self.d.orientation = 'natural'

        self.chrome_cast.setup()
        self.camera.startApp()
Beispiel #3
0
 def setUp(self):
     super(RundEQP, self).setUp()
     self._test_name = __name__
     print "[Setup]: %s" % self._test_name
     self._deqp = dEQPImpl()
     self.log = Logcat()
Beispiel #4
0
 def setUp(self):
     super(RundEQP, self).setUp()
     self._test_name = __name__
     print "[Setup]: %s" % self._test_name
     self.executor = GLCTSImpl()
     self.log = Logcat()
Beispiel #5
0
 def __init__(self):
     self.fs = FileSystem()
     self.log = Logcat()
     self.adbExt = AdbExtension()
Beispiel #6
0
 def setUp(self):
     super(TestZEDGE, self).setUp()
     self.logcat = Logcat()
     ZEDGEImpl().install_zedge()