aboutsummaryrefslogtreecommitdiffstats
path: root/stress-server.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-04-21stress-server: fix rootdirJosé Bollo1-3/+2
Change-Id: Ic19ffd24be4bba54274150e1b71324e9017b402f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-19simplify main fileJosé Bollo1-2/+2
Change-Id: I590bf289ce597531622dc95bb00df11e0a8bdbb6 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-14improve stress test outputsJosé Bollo1-1/+3
Change-Id: I86b62cfa2b6da6963d1014ae4362ea5f7338c736 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-13Implement subcall for services over websocketsJosé Bollo1-3/+15
This modification make subcalls pushed back to the client that will issue it for itself. This will at the end ensure the security context of the client. Change-Id: Ib4bb5125ffe1b942103b72d1a3d13892dda87baa Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-12add argument to stress-server.shJosé Bollo1-4/+4
Change-Id: I75fccf6c9b5c37c7548019e510f7c3281a5cd664 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-11Refactor stress testJosé Bollo1-0/+27
Stress test now has 2 parts: the server part and the client part. Change-Id: I24e46060a1a710381476157f4fb4e8ad32370a5e Signed-off-by: José Bollo <jose.bollo@iot.bzh>