Beispiel #1
0
 def tearDownClass(self):
     """
     uninstall conformance test tool
     """
     super(RundEQP, self).tearDownClass()
     clearTmpDir()
 def tearDown(self):
     print "[Teardown]: %s" % self._test_name
     super(ComposeUI, self).tearDown()
     self.photos.rm_delete_photos()
     self.photos.refresh_sdcard()
     clearTmpDir()
Beispiel #3
0
 def tearDownClass(self):
     super(RundEQP, self).tearDownClass()
     clearTmpDir()
 def tearDown(self):
     print "[Teardown]: %s" % self._test_name
     super(ImageEdit, self).tearDown()
     self.photos.rm_delete_photos()
     self.photos.stop_photos_am()
     clearTmpDir()
Beispiel #5
0
 def tearDown(self):
     print "[Teardown]: %s" % self._test_name
     super(ImageEdit, self).tearDown()
     clearTmpDir()
     self.photos.rm_delete_photos()
     PhotoGridEdit().uninstall_app()
Beispiel #6
0
 def tearDown(self):
     print "[tearDown]:%s" % self.__class__.__name__
     super(VsyncFPSTool, self).tearDown()
     clearTmpDir()
Beispiel #7
0
 def tearDown(self):
     print "[Teardown]: %s" % self._test_name
     super(ComposeUI, self).tearDown()
     self._docstogo.uninstall_app()
     self._docstogo.clean_workaround(self.docx)
     clearTmpDir()