aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gb/bssgp_fc_tests.sh
blob: 38659bb9876ebb6a5b22d4f186b7e5f966f634d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
T=$1/bssgp_fc_test

# default test (1 second, insufficient queue depth)
$T

# default test (1 second, sufficient queue depth)
$T -d 100

# test with PDU too large for bucket max
$T -l 1000

# test with 100 byte PDUs (10 second)
$T -s 100