echo " -h Display this help message."
echo " -H <host>[:port] Send test packets to specified host and port (defaults to ${target_host})"
echo " -v Verbose mode."
- echo " -p <number> Run tests in parallel (defaults to 20)."
+ echo " -p <number> Run tests in parallel (defaults to ${parallel})."
echo " -d <chars> Characters to split FQDN on for cluster and type matching (defaults to '.')."
echo " -s <secret> Shared secret."
if [ ! -z "$role_types" ]; then
echo "The directory containing the tests should contains pairs of request files and filter files."
echo "The request file name must contain 'test<num><num><num>."
echo "The filter name must match the test name but with a '${FILTER_SUFFIX}' suffix."
+ echo
echo "For example:"
echo " ${TESTDIR}/test000_my_first_test"
echo " ${TESTDIR}/test000_my_first_test${FILTER_SUFFIX}"