Add STM command-line tool 67/142767/6
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 4 Aug 2017 13:28:10 +0000 (15:28 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 3 Oct 2017 12:43:04 +0000 (14:43 +0200)
commit7beb61e5a75c418647a9df9c6ba0837bb0ac3a27
treeae3f28e9fa39400dcf465a6b143b206c1d290584
parent0a885301181913c11a992edf6872f21956afcbd4
Add STM command-line tool

Only basic functions are available as LED and OLED control
is reserved for administrator or Boruta system.

Usage of stm:
  -dut
     connect SD card to DUT
  -m duration
     time delay for tick command (default 1s)
  -tick
     power off the DUT, wait 'm' seconds and switch it on again
  -ts
     connect SD card to test server

Change-Id: I6fd035c3b07169b40e861f95b90d6bd9d4d7e732
cmd/stm/stm.go [new file with mode: 0644]