#!/usr/bin/env sh # Helper script to run WCBench tests in a loop, used for testing # Script assumes it lives in the same dir as wcbench.sh # Exit codes EX_USAGE=64 EX_OK=0 # Output verbose debug info (true) or not (anything else) VERBOSE=false ############################################################################### # Prints usage message # Globals: # None # Arguments: # None # Returns: # None ############################################################################### usage() { cat << EOF Usage $0 [options] Run WCBench against OpenDaylight in a loop. OPTIONS: -h Show this help message -v Output verbose debug info -l Loop WCBench runs without restarting ODL -r Loop WCBench runs, restart ODL between runs -t