coverage: Add coverage test
[src/app-framework-binder.git] / coverage / scripts / 04-monitor.sh
diff --git a/coverage/scripts/04-monitor.sh b/coverage/scripts/04-monitor.sh
new file mode 100755 (executable)
index 0000000..cc9453f
--- /dev/null
@@ -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
+