lgirdk / boardfarm

Automated testing with python
BSD 3-Clause Clear License
21 stars 33 forks source link

devices: debian: install xxd in device (copy_file_to_server related) #284

Closed mgualco-contractor closed 5 years ago

mgualco-contractor commented 5 years ago

When copying a file to a server the device did not have xxd installed and the copy failed without an error message. This makes sure xxd is installed.

Signed-off-by: Michele Gualco mgualco.contractor@libertyglobal.com

mattsm commented 5 years ago

Can we move this to the install_pkgs function? It's a mess for debian for now but I want to keep it in one place..

mgualco-contractor commented 5 years ago

yes, i was being lazy

mattsm commented 5 years ago

yes, i was being lazy

I don't see that as being harder than this ;p