1*760c253cSXin Li# This example experiment file shows how to run a Telemetry test 2*760c253cSXin Li# directly, bypassing autotest. This runs the "run_measurement" 3*760c253cSXin Li# script. You need to supply both the name of the Telemetry test and 4*760c253cSXin Li# the page_set (via the test_args argument). 5*760c253cSXin Li# 6*760c253cSXin Li# You should replace all the placeholders, marked by angle-brackets, 7*760c253cSXin Li# with the appropriate actual values. 8*760c253cSXin Li 9*760c253cSXin Liname: telemetry_without_autotest_example 10*760c253cSXin Liboard: <your-board-goes-here> 11*760c253cSXin Li 12*760c253cSXin Li# Note: You can specify multiple remotes, to run your tests in parallel on 13*760c253cSXin Li# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 14*760c253cSXin Li# test-machine3.com" 15*760c253cSXin Liremote: <your-remote-goes-here> 16*760c253cSXin Li 17*760c253cSXin Li# Replace "page_cycler_dhtml" below with the name of the Telemetry test 18*760c253cSXin Li# that you want run_measurement to run. Also replace the page set below 19*760c253cSXin Li# (in the test_args field) with the appropriate page set for your test. 20*760c253cSXin Li# N.B. The key to running telemetry without autotest is the 'suite' field. 21*760c253cSXin Li# Make sure your suite is 'telemtry', NOT 'telemetry_Crosperf'. 22*760c253cSXin Libenchmark: page_cycler_dhtml { 23*760c253cSXin Li suite: telemetry 24*760c253cSXin Li iterations: 1 25*760c253cSXin Li test_args: ./page_sets/page_cycler/dhtml.json 26*760c253cSXin Li} 27*760c253cSXin Li 28*760c253cSXin Li# Replace the chromeos image below with the actual path to your test image. 29*760c253cSXin Litest_image { 30*760c253cSXin Li chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin 31*760c253cSXin Li} 32