~psivaa/ubuntu-test-cases/test-touch-wifi-reboot

« back to all changes in this revision

Viewing changes to scripts/device_info.py

  • Committer: Ubuntu CI Bot
  • Author(s): Paul Larson
  • Date: 2015-10-08 19:14:33 UTC
  • mfrom: (413.1.2 touch)
  • Revision ID: ubuntu_ci_bot-20151008191433-m1iguiifye10ebyg
Fix typo in krillin-14 config [r=Parameswaran Sivatharman]

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        set_relay(self.relay_url,
185
185
                  self.volume_down_pin.bank, self.volume_down_pin.pin, 0)
186
186
        set_relay(self.relay_url,
187
 
                  self.volume_up_pin.bank, self.volume_up_pin, 0)
 
187
                  self.volume_up_pin.bank, self.volume_up_pin.pin, 0)
188
188
 
189
189
    def _flo_to_bootloader(self):
190
190
        log.info("Forcing the device to enter the bootloader")