summaryrefslogtreecommitdiff
path: root/test/offered_services_info_test/offered_services_info_test_local_starter.sh
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-02-12 13:04:15 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-02-12 13:04:15 +0100
commit8371cdca9463a75220c4de92b47c8df9d3bbe346 (patch)
tree16b4bf73c284b026b0ac032171110dafd1752196 /test/offered_services_info_test/offered_services_info_test_local_starter.sh
parentee44d19e0a3773adcda3bace073c66e334a3e6a7 (diff)
downloadvSomeIP-8371cdca9463a75220c4de92b47c8df9d3bbe346.tar.gz
vsomeip 3.1.7.13.1.7.1
Diffstat (limited to 'test/offered_services_info_test/offered_services_info_test_local_starter.sh')
-rwxr-xr-xtest/offered_services_info_test/offered_services_info_test_local_starter.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/offered_services_info_test/offered_services_info_test_local_starter.sh b/test/offered_services_info_test/offered_services_info_test_local_starter.sh
index 68482f9..50047db 100755
--- a/test/offered_services_info_test/offered_services_info_test_local_starter.sh
+++ b/test/offered_services_info_test/offered_services_info_test_local_starter.sh
@@ -31,8 +31,8 @@ End-of-message
# Array for client pids
CLIENT_PIDS=()
export VSOMEIP_CONFIGURATION=offered_services_info_test_local.json
-# Start the services (vsomeipd as app name)
-./offered_services_info_test_service 1 & #vsomeipd as app name
+# Start the services (routingmanagerd as app name)
+./offered_services_info_test_service 1 & #routingmanagerd as app name
PID_SERVICE_ONE=$!
./offered_services_info_test_client METHODCALL &
CLIENT_PIDS+=($!)