diff options
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 |