qca / boardfarm

Main repo moved to:
https://github.com/mattsm/boardfarm/
BSD 3-Clause Clear License
71 stars 54 forks source link

Make KernelModules safer, us check_output and re #67

Closed mbanders closed 8 years ago

mbanders commented 8 years ago

The check_output puts the output of that command into board.before where you can use the regular expression library re to safely search the output.

Signed-off-by: Mike Anderson mbanderson@uwalumni.com