1# This example experiment file showa how to run some basic non-Telemetry 2# autotest tests. 3# 4# You should replace all the placeholders, marked by angle-brackets, 5# with the appropriate actual values. 6 7name: non_telemetry_tests_example 8board: <your-board-goes-here> 9 10# Note: You can specify multiple remotes, to run your tests in parallel on 11# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 12# test-machine3.com" 13remote: <your-remote-goes-here> 14 15benchmark: BootPerfServer { 16 test_name: BootPerfServer 17 iterations: 1 18} 19 20benchmark: bvt { 21 test_name: suite:bvt 22} 23 24benchmark: login_LoginSuccess { 25 test_name: login_LoginSuccess 26} 27 28# Replace the chromeos image below with the actual path to your test image. 29test_image { 30 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin 31} 32