]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - tests/t01-simple.sh
Added simple test to check the infrastructure
[can-benchmark.git] / tests / t01-simple.sh
1 #!/bin/sh
2
3 . lib.sh
4
5 load_lincan_hw
6
7 PID_S=`vca_canping -s 1 -b -r -d /dev/can1`
8
9 vca_canping -m 1 -r -v -t 1 -d /dev/can0 -w 5 -c 1000
10
11 kill $PID_S
12 #killall -9 vca_canping