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