1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00
workload-automation/extras
Marc Bonnici 1f0da5facf Dockerfile: Update to store environment variables in separate file
Instead of storing the environment variables in `.bashrc` store them
in `/home/wa/.wa_environment`. This allows for sourcing of this file
in non interactive environments.
2020-06-19 11:25:34 +01:00
..
Dockerfile Dockerfile: Update to store environment variables in separate file 2020-06-19 11:25:34 +01:00
pylintrc extras/pylintrc: disable a few checks 2018-07-06 14:39:41 +01:00
README extras: Update README & reflow 2018-03-09 17:00:45 +00:00
walog.vim Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00

This directory is intended for miscellaneous extra stuff that may be
useful while developing Workload Automation. It should *NOT* contain
anything necessary for *using* workload automation.  Whenever you add
something to this directory, please also add a short description of
what it is in this file.

Dockerfile
        Docker file for generating a Docker image containing WA,
        devlib, and the required parts of the Android SDK. This can be
        run in a container to avoid configuring WA on the host. Should
        work "out of the box".

pylintrc 
        pylint configuration file set up for WA development (see
        comment at the top of the file for how to use).

walog.vim
        Vim syntax file for WA logs; adds highlighting similar to what
        comes out in the console. See comment in the file for how to
        enable it.