1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00
workload-automation/dev_scripts
Yingshiuan Pan 57a8e62be9 util/android, get_apk_versions: try to find 'aapt' in $PATH as well
Some Linux distro provide android build-tools in packages, we should also try
to find 'aapt' in $PATH if it cannot be found in $ANDROID_HOME.
2017-11-28 09:14:50 +00:00
..
check_apk_versions Added a script to check APK/Workload versions for inconsistencies 2016-08-24 15:48:22 +01:00
clean_install Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
clear_env Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
get_apk_versions util/android, get_apk_versions: try to find 'aapt' in $PATH as well 2017-11-28 09:14:50 +00:00
pep8 Adding daqpower package to static checkers. 2015-06-09 11:03:26 +01:00
pylint Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
README Added a script to check APK/Workload versions for inconsistencies 2016-08-24 15:48:22 +01:00

This directory contains scripts that aid the development of Workload Automation.
They were written to work as part of WA development environment and are not
guarnteed to work if moved outside their current location. They should not be
distributed as part of WA releases.

Scripts
-------

:check_apk_versions: Compares WA workload versions with the versions listed in APK
                     if there are any incistency it will highlight these. This 
                     requires all APK files to be present for workloads with 
                     versions.

:clean_install: Performs a clean install of WA from source. This will remove any
                existing WA install (regardless of whether it was made from
                source or through a tarball with pip).

:clear_env: Clears ~/.workload_automation.

:get_apk_versions: Prints out a table of APKs and their versons found under the
                   path specified as the argument.

:pep8: Runs pep8 code checker (must be installed) over wlauto with the correct 
       settings for WA.

:pylint: Runs pylint (must be installed) over wlauto with the correct settings
         for WA.