diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-06-22 18:30:43 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-06-22 18:30:43 +0200 |
commit | 57e09344b57d98515bf02165e0e33a1d43134af0 (patch) | |
tree | e135a770ca7d0357c3d3ef9c25b2987fa30681ab /coverage/scripts/04-monitor.sh | |
parent | 1f9e60c26a10bc4232b4827e85235dafcee17120 (diff) |
coverage: Add coverage testflounder_5.99.1flounder/5.99.15.99.1
This is a first version of the coverage tests.
Change-Id: Iec2feaba12c369b2ff5fb82e246fa0cad87813f5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/scripts/04-monitor.sh')
-rwxr-xr-x | coverage/scripts/04-monitor.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/coverage/scripts/04-monitor.sh b/coverage/scripts/04-monitor.sh new file mode 100755 index 00000000..cc9453f5 --- /dev/null +++ b/coverage/scripts/04-monitor.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +$R/bin/afb-client -s -e $WSURL <<EOC +monitor get {"verbosity":true} +monitor get {"apis":true} +monitor set {"verbosity":"debug"} +monitor session {"refresh-token":false} +monitor session {"refresh-token":true} +EOC + |