X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=coverage%2Fscripts%2Frun-test.sh;fp=coverage%2Fscripts%2Frun-test.sh;h=7dfb3695942522958cbc7bfbcb2781fd7c3b34c2;hp=ddf0e09d68dad26275e05ed6a04ce2e861904f05;hb=6f5915807393ba9276781bae961a5f4310335398;hpb=29ae81fa15c6080fd27929f4cc78e1289cb920e9 diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh index ddf0e09d..7dfb3695 100755 --- a/coverage/scripts/run-test.sh +++ b/coverage/scripts/run-test.sh @@ -55,9 +55,11 @@ mkdir /tmp/ldpaths export AFB_LDPATHS=/tmp/ldpaths export AFB_TRACEAPI=no +echo ' ########################################################## # test to check options ########################################################## +' mk $R/bin/afb-daemon-cov --help mk $R/bin/afb-daemon-cov --version @@ -96,18 +98,22 @@ mk $R/bin/afb-daemon-cov --workdir=/etc/you/should/not/be/able/to/create/me mk $R/bin/afb-daemon-cov --exec $R/it-doesn-t-exist +echo ' ########################################################## # test of the bench ########################################################## +' mk $R/bin/test-apiset mk $R/bin/test-session mk $R/bin/test-wrap-json +echo ' ########################################################## # true life test: run parts as direct client ########################################################## +' mk \ vg \ --log-file=$R/valgrind.out \ @@ -160,9 +166,11 @@ $R/bin/afb-daemon-cov \ --ws-server unix:$R/apis/ws/salut \ --exec $R/scripts/run-parts.sh @p @t +echo ' ########################################################## -# true life test: run parts as in-direct client +# true life test: run parts as in-direct server ########################################################## +' mk \ vg \ --log-file=$R/valgrind.out \ @@ -172,6 +180,46 @@ vg \ --show-leak-kinds=all \ --num-callers=50 \ $R/bin/afb-daemon-cov \ + --foreground \ + --verbose \ + --verbose \ + --roothttp $R/www \ + --alias /icons:$R/www \ + --workdir . \ + --uploaddir . \ + --rootdir . \ + --port 8888 \ + --ldpaths $R/ldpath/strong \ + --binding $R/bin/demat.so \ + --auto-api $R/apis/auto \ + --random-token \ + --ws-server unix:$R/apis/ws/hello \ + --ws-server unix:$R/apis/ws/salut \ + --ws-server localhost:9595/salut \ + --exec \ + $R/bin/afb-daemon-nocov \ + --quiet \ + --quiet \ + --port 9999 \ + --auto-api $R/apis/auto \ + --auto-api $R/apis/ws \ + --ws-client localhost:9595/salut2 \ + --exec $R/scripts/run-parts.sh @@p @@t + +echo ' +########################################################## +# true life test: run parts as in-direct client +########################################################## +' +mk \ +vg \ + --log-file=$R/valgrind.out \ + --trace-children=no \ + --track-fds=yes \ + --leak-check=full \ + --show-leak-kinds=all \ + --num-callers=50 \ +$R/bin/afb-daemon-nocov \ --quiet \ --quiet \ --foreground \ @@ -180,6 +228,7 @@ $R/bin/afb-daemon-cov \ --workdir . \ --uploaddir . \ --rootdir . \ + --port 8888 \ --ldpaths $R/ldpath/strong \ --binding $R/bin/demat.so \ --auto-api $R/apis/auto \ @@ -188,11 +237,14 @@ $R/bin/afb-daemon-cov \ --ws-server unix:$R/apis/ws/salut \ --ws-server localhost:9595/salut \ --exec \ - $R/bin/afb-daemon-nocov \ + $R/bin/afb-daemon-cov \ + --port 9999 \ + --verbose \ + --verbose \ --auto-api $R/apis/auto \ --auto-api $R/apis/ws \ - --ws-client localhost:@p/salut2 \ - $R/scripts/run-parts.sh @@p @@t + --ws-client localhost:9595/salut2 \ + --exec $R/scripts/run-parts.sh @@p @@t exit 0