Home | History | Annotate | Download | only in at-factory-tool

Lines Matching refs:TEST_SERIAL

29   TEST_SERIAL = 'TEST_SERIAL'
44 mock_fastboot_commands.return_value = self.TEST_SERIAL + '\tfastboot'
48 self.assertEqual(self.TEST_SERIAL, device_serial_numbers[0])
52 mock_fastboot_commands.return_value = (self.TEST_SERIAL + '\tfastboot\n' +
57 self.assertEqual(self.TEST_SERIAL, device_serial_numbers[0])
62 one_device = self.TEST_SERIAL + '\tfastboot'
92 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
95 self.TEST_SERIAL,
105 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
108 self.TEST_SERIAL,
120 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
130 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
133 self.TEST_SERIAL,
144 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
154 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
157 self.TEST_SERIAL,
168 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
177 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
180 self.TEST_SERIAL,
191 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
199 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
202 self.TEST_SERIAL,
210 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)