summaryrefslogtreecommitdiff
path: root/test/initial_event_tests/initial_event_test_master_starter.sh
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-06-02 10:32:34 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-06-02 10:32:34 +0200
commitc78c92307c4908ed286042def6fdae86f9a04b70 (patch)
treed3567ecb9b5cc4c58c9eccad2209702a206dd975 /test/initial_event_tests/initial_event_test_master_starter.sh
parent8371cdca9463a75220c4de92b47c8df9d3bbe346 (diff)
downloadvSomeIP-c78c92307c4908ed286042def6fdae86f9a04b70.tar.gz
vsomeip 3.1.14.13.1.14.1
Diffstat (limited to 'test/initial_event_tests/initial_event_test_master_starter.sh')
-rwxr-xr-xtest/initial_event_tests/initial_event_test_master_starter.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/initial_event_tests/initial_event_test_master_starter.sh b/test/initial_event_tests/initial_event_test_master_starter.sh
index c78d3e8..8848f62 100755
--- a/test/initial_event_tests/initial_event_test_master_starter.sh
+++ b/test/initial_event_tests/initial_event_test_master_starter.sh
@@ -95,7 +95,9 @@ REMAINING_OPTIONS=${REMAINING_OPTIONS#SUBSCRIBE_ONLY_ONE}
# wait until the services on the remote node were started as well
+echo "WAITING FOR SERVICE AVAILABILITY"
wait $PID_AVAILABILITY_CHECKER
+echo "ALL SERVICES ARE AVAILABLE NOW"
sleep 2
@@ -105,6 +107,7 @@ do
CLIENT_PIDS+=($!)
done
+
# Wait until all clients are finished
for job in ${CLIENT_PIDS[*]}
do