Example #1
0
 def tearDown(self):
     self.Step("收尾:打开自动清理")
     lastoreManager.setAutoClean('enable')
Example #2
0
 def setUp(self):
     self.Step("预制条件1:打开自动清理")
     lastoreManager.setAutoClean('enable')
Example #3
0
    def test_step(self):
        self.Step("步骤1:关闭自动清理")
        lastoreManager.setAutoClean('disable')

        self.CheckPoint("检查点1:检查关闭成功")
        lastoreManager.checkAutoCleanStatus('disable')
 def setUp(self):
     self.Step("预制条件1:关闭自动清理")
     lastoreManager.setAutoClean('disable')