]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/t02-virtual.sh
Other test added
[can-benchmark.git] / tests / t02-virtual.sh
diff --git a/tests/t02-virtual.sh b/tests/t02-virtual.sh
deleted file mode 100755 (executable)
index 9cc67b8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-. lib.sh
-
-t() {
-    PID_S=`vca_canping -s 1 -b -r -d $CAN0`
-    vca_canping -m 1 -r -v -g $DRIVER -t 1 -d $CAN0 -w 1 -c 10000
-    kill $PID_S
-}
-
-TESTS="lincan_virtual socketcan_virtual"
-
-PLOT_CMD='
-set logscale y
-set grid
-set title "Round-trip time measurement - virtual CAN (`uname -r`)"
-set xlabel "Time [{/Symbol m}s]"
-set ylabel "Latency profile [messages]"
-plot [0:] "socketcan-virtual-1000.dat" with lp title "Socketcan",\
-          "lincan-virtual-1000.dat" with lp title "Lincan"
-'
-