1# This example experiment file shows how to run a basic test, using 2# official images. 3# 4# You should replace all the placeholders, marked by angle-brackets, 5# with the appropriate actual values. 6 7name: official_image_example 8 9board: <your-board-goes-here> 10 11# Note: You can specify multiple remotes, to run your tests in parallel on 12# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 13# test-machine3.com" 14remote: <your-remote-goes-here> 15 16benchmark: canvasmark { 17 suite:telemetry_Crosperf 18 iterations: 1 19} 20 21 22# Replace <path-to-your-chroot-goes-here> with the actual directory path 23# to the top of your ChromimumOS chroot. 24first_official_image { 25 chromeos_root:<path-to-your-chroot-goes-here> 26 # Replace "latest-official" with the appropriate xbuddy version alias 27 # for the official image you want to use (see 28 # http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/using-the-dev-server/xbuddy-for-devserver#TOC-XBuddy-Paths 29 # for xbuddy syntax). 30 build: latest-official 31} 32 33second_official_image { 34 # Replace <path-to-your-chroot-goes-here> with actual path. 35 chromeos_root:<path-to-your-chroot-goes-here> 36 # Replace "lumpy-release/R35-5672.0.0" with the official image you want 37 # to use. 38 build:lumpy-release/R35-5672.0.0 39} 40 41 42