File: testStackStd.sh

package info (click to toggle)
resiprocate 1%3A1.11.0~beta1-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 37,944 kB
  • sloc: cpp: 206,325; xml: 12,515; sh: 12,418; ansic: 6,973; makefile: 2,315; php: 1,150; python: 355; sql: 142; objc: 91; perl: 21; csh: 5
file content (21 lines) | stat: -rwxr-xr-x 724 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

# This is helper script used from runtests.sh as part of the standard
# regression tests.

set -e

echo "Running TCP REGISTER test"
./testStack --protocol=tcp
echo "Running TCP REGISTER test (threaded transports)"
./testStack --protocol=tcp --tf=32
echo "Running TCP REGISTER test (threaded stack)"
./testStack --protocol=tcp --thread-type=multithreadedstack
echo "Running TCP REGISTER test (threaded stack, threaded transports)"
./testStack --protocol=tcp --thread-type=multithreadedstack --tf=32
echo "Running UDP REGISTER test"
./testStack --protocol=udp
echo "Running TCP REGISTER test with 50 ports"
./testStack --protocol=tcp --numports=50
echo "Running TCP INVITE test"
./testStack --protocol=tcp --invite