blob: de5042cf37328998e0e3e311d4b268c1df7c547c [file] [log] [blame]
Richard Uhlere9444bf2018-07-20 13:35:15 +01001This directory contains a test for system server memory use.
2
3Directory structure
4===================
5device
6 - those parts of the test that run on device.
7
8host
9 - those parts of the test that run on host.
10
11Running the test
12================
13
14You can manually run the test as follows:
15
16 make tradefed-all system-memory-test SystemMemoryTestDevice
17 tradefed.sh run commandAndExit template/local_min --template:map test=system-memory-test
18
19This installs and runs the test on device. You can see the metrics in the
20tradefed output.
21