Searched refs:TEST_VAR (Results 1 - 2 of 2) sorted by relevance

/system/iot/attestation/at-factory-tool/
H A Dfastbootsh_unittest.py31 TEST_VAR = 'VAR1' variable in class:FastbootShTest
176 mock_fastboot_commands.return_value = self.TEST_VAR + ': ' + 'abcd'
178 message = device.GetVar(self.TEST_VAR)
182 self.TEST_VAR,
193 device.GetVar(self.TEST_VAR)
H A Dfastbootsubp_unittest.py38 TEST_VAR = 'VAR1' variable in class:FastbootSubpTest
191 self.TEST_VAR + ': ' + self.TEST_MESSAGE)
193 message = device.GetVar(self.TEST_VAR)
195 ['fastboot', '-s', self.TEST_SERIAL, 'getvar', self.TEST_VAR],
208 device.GetVar(self.TEST_VAR)

Completed in 60 milliseconds