diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-24 14:44:25 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-25 15:12:48 +0200 |
commit | 1bc97132d598cf393d92cb80b0e3a1c13436f570 (patch) | |
tree | 5dbc0896c091edc3c68104097393e389b88a649b /coverage/scripts/run-test.sh | |
parent | 9c2e6e45d4c9745c4702ac1992a0cb086e99fb0b (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-x | coverage/scripts/run-test.sh | 2 |
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 |