coverage: Add coverage test
[src/app-framework-binder.git] / coverage / scripts / 04-monitor.sh
1 #!/bin/sh
2
3 $R/bin/afb-client -s -e $WSURL <<EOC
4 monitor get {"verbosity":true}
5 monitor get {"apis":true}
6 monitor set {"verbosity":"debug"}
7 monitor session {"refresh-token":false}
8 monitor session {"refresh-token":true}
9 EOC
10