summaryrefslogtreecommitdiffstats
path: root/coverage/scripts/run-test.sh
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-07-24 14:44:25 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-07-25 15:12:48 +0200
commit1bc97132d598cf393d92cb80b0e3a1c13436f570 (patch)
tree5dbc0896c091edc3c68104097393e389b88a649b /coverage/scripts/run-test.sh
parent9c2e6e45d4c9745c4702ac1992a0cb086e99fb0b (diff)
coverage: Add inet's API test case
Change-Id: I2a08d70b655478252de48fa2071cd4682aa4192d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/scripts/run-test.sh')
-rwxr-xr-xcoverage/scripts/run-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh
index bac4da5e..caaec79f 100755
--- a/coverage/scripts/run-test.sh
+++ b/coverage/scripts/run-test.sh
@@ -108,6 +108,8 @@ $R/bin/afb-daemon-cov \
--call demat/ping:true \
--ws-server unix:$R/apis/ws/hello \
--ws-server unix:$R/apis/ws/salut \
+ --ws-server localhost:9595/salut \
+ --ws-client localhost:9595/salut2 \
--exec $R/scripts/run-parts.sh @p @t
exit 0