Setting up Lucifer

Install depot_tools.

Get the Lucifer binaries:

binary_dir=~/lucifer
mkdir -p "$binary_dir"
cipd install -root "$binary_dir" chromiumos/infra/lucifer prod

Add the path to shadow_config.ini:

cat <<EOF >>/usr/local/autotest/shadow_config.ini
[LUCIFER]
binaries_path: $binary_dir/usr/bin
EOF