diff options
Diffstat (limited to 'tests/JankBench/scripts/devices.py')
-rw-r--r-- | tests/JankBench/scripts/devices.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/JankBench/scripts/devices.py b/tests/JankBench/scripts/devices.py new file mode 100644 index 000000000000..c8266c0ecef5 --- /dev/null +++ b/tests/JankBench/scripts/devices.py @@ -0,0 +1,11 @@ +#!/usr/bin/python + +DEVICES = { + 'bullhead': '00606a370e3ca155', + 'volantis': 'HT4BTWV00612', + 'angler': '84B5T15A29021748', + 'seed': '1285c85e', + 'ryu': '5A27000599', + 'shamu': 'ZX1G22W24R', +} + |