Searched refs:_CHECKPOINTTESTFILE (Results 1 – 1 of 1) sorted by relevance
27 _CHECKPOINTTESTFILE = "/data/local/tmp/checkpointtest" variable in VtsKernelCheckpointTest130 self.dut.Execute("echo " + self._ORIGINALVALUE + " > " + self._CHECKPOINTTESTFILE)136 self.dut.Execute("echo " + self._MODIFIEDVALUE + " > " + self._CHECKPOINTTESTFILE)140 out, err, return_code = self.dut.Execute("cat " + self._CHECKPOINTTESTFILE)148 self.dut.Execute("rm " + self._CHECKPOINTTESTFILE)162 self.dut.Execute("echo " + self._ORIGINALVALUE + " > " + self._CHECKPOINTTESTFILE)168 self.dut.Execute("echo " + self._MODIFIEDVALUE + " > " + self._CHECKPOINTTESTFILE)175 out, err, return_code = self.dut.Execute("cat " + self._CHECKPOINTTESTFILE)179 self.dut.Execute("rm " + self._CHECKPOINTTESTFILE)