1# This example experiment file shows how to run a Telemetry test, 2# using autotest (via "suite: telemetry_Crosperf"), and also enable 3# ASLR. Note that ASLR is diabled by default 4# This turns on ASLR on the machine and runs the Telemetry's 5# "run_benchmark" for the specified test, 6# 7# 8# You should replace all the placeholders, marked by angle-brackets, 9# with the appropriate actual values. 10 11name: basic_telemetry_crosperf_example 12board: <your-board-goes-here> 13 14enable_aslr: True 15 16# Note: You can specify multiple remotes, to run your tests in parallel on 17# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 18# test-machine3.com" 19remote: <your-remote-goes-here> 20 21# Replace "octane" below with the name of the Telemetry benchmark you 22# want to run. 23benchmark: octane { 24 suite: telemetry_Crosperf 25 iterations: 1 26} 27 28# NOTE: You must specify at least one image; you may specify more than one. 29# Replace <path-to-your-chroot-goes-here> and <board-goes-here> below. 30vanilla_image { 31 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/vanilla-image/chromiumos_test_image.bin 32} 33 34# Replace the chromeos image below with the actual path to your test image. 35test_image { 36 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin 37} 38