aboutsummaryrefslogtreecommitdiffstats
path: root/coverage
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-07-27 17:38:22 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-08-02 15:49:43 +0200
commit5ef271effacb83552f9ea56572c751c2f5a556b6 (patch)
tree3d5f6665bde93633b0eb6c648c9ab46951443526 /coverage
parente39610f8c9b2e6bbb8a460f7d7ccccbc5161b4ed (diff)
Add ability to provide binding settings
Change-Id: Iab93a26340fa9743a58ca43cd903bbf31c783e5b Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage')
-rwxr-xr-xcoverage/scripts/02-hello.sh1
-rwxr-xr-xcoverage/scripts/run-test.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/coverage/scripts/02-hello.sh b/coverage/scripts/02-hello.sh
index de6e2de4..a490f127 100755
--- a/coverage/scripts/02-hello.sh
+++ b/coverage/scripts/02-hello.sh
@@ -60,6 +60,7 @@ hello getctx
hello setctx "some-text-2"
hello getctx
hello info
+hello settings
hello verbose {"level":2,"message":"hello"}
hello eventloop
hello dbus false
diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh
index 5d1b9a96..be083654 100755
--- a/coverage/scripts/run-test.sh
+++ b/coverage/scripts/run-test.sh
@@ -122,6 +122,7 @@ $R/bin/afb-daemon-cov \
--traceevt all \
--traceglob none \
--monitoring \
+ --set hello/key:a-kind-of-text \
--call demat/ping:true \
--call hello/ping:false \
--ws-server unix:$R/apis/ws/hello \