coverage: Add inet's API test case
[src/app-framework-binder.git] / coverage / scripts / run-test.sh
index bac4da5..caaec79 100755 (executable)
@@ -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