X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/48bc9235892fd71da18c5a00b26804e93de18c72..ee367e21f2ccb37e6593c2545658280ec815ca88:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 14038cd..05b28d1 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -78,6 +78,12 @@ traffic_and_length() { echo $opts -l $1 } +start_load() { +} + +kill_load() { +} + _measure() { # Remove data from the last measurement rm -rf * @@ -103,8 +109,11 @@ _measure() { # Set the length of qdisc queue to avoid ENOBUFS errors ifconfig can0 txqueuelen 200 cleanupgw - + + prepare + start_load main + kill_load }