From 1bc97132d598cf393d92cb80b0e3a1c13436f570 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 24 Jul 2018 14:44:25 +0200 Subject: coverage: Add inet's API test case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2a08d70b655478252de48fa2071cd4682aa4192d Signed-off-by: José Bollo --- coverage/scripts/run-test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coverage/scripts/run-test.sh') 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 -- cgit 1.2.3-korg