aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gb/bssgp_fc_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gb/bssgp_fc_tests.sh')
-rwxr-xr-xtests/gb/bssgp_fc_tests.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/gb/bssgp_fc_tests.sh b/tests/gb/bssgp_fc_tests.sh
new file mode 100755
index 00000000..38659bb9
--- /dev/null
+++ b/tests/gb/bssgp_fc_tests.sh
@@ -0,0 +1,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
+