]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - gw-tests/gw-nop.sh
Preliminary version of the first test
[can-benchmark.git] / gw-tests / gw-nop.sh
1 #!/bin/bash
2
3 . lib.sh
4
5 main() {
6     sshgw cangw -A -s can0 -d can1
7     latester -d can0 -d can1 -d can2 -c 10000
8 }
9     
10 test_end
11