1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 03:11:53 +01:00
workload-automation/wlauto/workloads/rt_app
Sebastian Goscik 7c35c604f4 BaseLinuxDevice: Tidied up the way binaries are handled
Added:
get_binary_path: Checks binary_directory for the wanted binary, if
                 if its not there, it will use which to find a
                 system one. returns the full path

install_if_needed: will install a binary only if it is not present.

Changes:
 - Busybox is now deployed to non-rooted devices
 - is_installed has now been removed as the new functions supersede it
 - binaries will now always be installed to `binaries_directory` and
   not system folders.
 - updated workloads to use these new functions
   - rt-app and sysbench might still need work
2016-01-19 10:45:09 +00:00
..
bin rt-app: Update binaries 2015-09-15 14:43:47 -07:00
use_cases rt-app: Update use cases 2015-10-08 17:46:20 -07:00
__init__.py BaseLinuxDevice: Tidied up the way binaries are handled 2016-01-19 10:45:09 +00:00
LICENSE Adding rt-app workload 2015-06-15 12:04:00 +01:00
workgen Adding rt-app workload 2015-06-15 12:04:00 +01:00