summaryrefslogtreecommitdiffstats
path: root/stress-server.sh
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-19 15:15:29 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-19 15:15:29 +0200
commitc82c7a70449d31e2fc05c486e9959cb68b371e8e (patch)
tree4dbd07542cf26fdda5eac35e5f42a6b7fcfd12b7 /stress-server.sh
parent69d7968b9713dafa23268ee34516e50133ca8b36 (diff)
simplify main file
Change-Id: I590bf289ce597531622dc95bb00df11e0a8bdbb6 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'stress-server.sh')
-rwxr-xr-xstress-server.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/stress-server.sh b/stress-server.sh
index 35b7ac48..ec57da57 100755
--- a/stress-server.sh
+++ b/stress-server.sh
@@ -18,8 +18,8 @@ rm $OUT*
case "$1" in
--ws)
shift
- ARGS="-q --ldpaths=/tmp --binding=$HELLO --session-max=100 --ws-server=unix:hello --no-httpd --exec $AFB --session-max=100 --port=$PORT --ldpaths=/tmp --roothttp=$TEST --token=$TOKEN --ws-client=unix:hello "
-# ARGS="-vv --tracereq=all --ldpaths=/tmp --binding=$HELLO --session-max=100 --ws-server=unix:hello --no-httpd --exec $AFB --session-max=100 --port=$PORT --ldpaths=/tmp --roothttp=$TEST --token=$TOKEN --ws-client=unix:hello "
+ ARGS="-q --ldpaths=/tmp --binding=$HELLO --session-max=100 --ws-server=unix:@afw:hello --no-httpd --exec $AFB --session-max=100 --port=$PORT --ldpaths=/tmp --roothttp=$TEST --token=$TOKEN --ws-client=unix:@afw:hello "
+# ARGS="$ARGS -vvv --tracereq=all"
;;
*)
ARGS="-q --session-max=100 --port=$PORT --workdir=$ROOT --roothttp=$TEST --token=$TOKEN --ldpaths=/tmp --binding=$HELLO"