Lines Matching refs:self
24 def __init__(self, configs):
25 self.TAG = self.__class__.__name__
26 TestCase.__init__(self, self.TAG, configs)
27 self.tests = [
30 self.driver = UiDriver(self.device1)
31 self.sn = self.device1.device_sn
33 def setup(self):
34 self.log.info("case05_init001 start")
35 host.shell("hdc -t {} shell rm -r /data/log/hilog".format(self.sn))
37 def test_step(self):
38 driver = self.driver
43 def teardown(self):
44 self.log.info("case05_init001 down")