|
@@ -73,7 +73,13 @@ parse() {
|
|
if [ "$whichexps" = "test" ]; then
|
|
if [ "$whichexps" = "test" ]; then
|
|
echo "Running test experiment..."
|
|
echo "Running test experiment..."
|
|
run 16 1us 100gbit 2
|
|
run 16 1us 100gbit 2
|
|
|
|
+ echo
|
|
|
|
+ echo "# Test output"
|
|
|
|
+ echo
|
|
parse read_1us_100gbit_2.out${LOGSUFFIX}
|
|
parse read_1us_100gbit_2.out${LOGSUFFIX}
|
|
|
|
+ echo
|
|
|
|
+ echo "# End test output"
|
|
|
|
+ echo
|
|
exit
|
|
exit
|
|
fi
|
|
fi
|
|
|
|
|