You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/UM.9.14/external/autotest/docs/lucifer-setup.md

486 B

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