summary refs log blame commit diff stats
path: root/libotr/libotr-4.1.1/tests/regression/random-msg.sh
blob: d7679b2c97f26b2a12acd7c4b45607c700eec652 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                      
#!/bin/bash

CURDIR=$(dirname $0)/
TESTDIR=$CURDIR/..
CLIENT=$CURDIR/client/client
KEYFILE=$CURDIR/client/otr.key

MAX_MSG=50
MAX_INTERVAL=500 # msec

source $TESTDIR/utils/tap/tap.sh

diag "Messaging with random interval of max $MAX_INTERVAL"
$CLIENT --load-key $KEYFILE --timeout $MAX_INTERVAL --max-msg $MAX_MSG