• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This experiment just runs a short autotest which measures the performance of
2# aes encryption.
3#
4# You should replace all the placeholders, marked by angle-brackets, with the
5# appropriate actual values.
6
7name: aes_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: platform_AesThroughput {
16}
17
18# Replace the chromeos image below with the actual path to your test image.
19test_image {
20  chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
21}
22