1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00
Sascha Bischoff 2743103e08 Docker: Add a Dockerfile for running WA
With this commit we add a Dockerfile which can be used to create a
Docker image for running WA and devlib. Users are able to use this
image in a Docker container to run workloads on devices, without
requiring WA on their host systems. Please be aware that udev rules
must still be correctly setup on the host.

NOTE: This Dockerfile will accept the Android SDK licenses
automatically.
2018-03-09 16:43:37 +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.

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.