Lines Matching refs:chameleon
7 # This script probes the readiness of chameleon boards in
99 chameleon="$1-chameleon.cros"
102 ping -q -w 10 -c1 "${chameleon}" > /dev/null 2>&1
106 devroot_space=$(ssh ${SSH_OPTIONS} root@"$chameleon" \
110 test $(ssh ${SSH_OPTIONS} root@"$chameleon" \
115 chameleond_version=$(ssh ${SSH_OPTIONS} root@"$chameleon" \
120 printf "$1-chameleon %5s %10s %10s %s\n" "${ping_result}" \
122 > "${PROBE_RESULT_DIR}/${chameleon}"
126 # Fork parallel processes to probe the chameleon boards.
141 echo "Chameleon ping /dev/root chameleond version"
150 cat "${PROBE_RESULT_DIR}"/*-chameleon.cros | sort