From ab105d1671789fc9bd649f7e9ce3e6af22d30f0e Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Wed, 19 Dec 2018 16:10:41 +0100 Subject: Cleanup of unit test fixes Signed-off-by: Manikandan C --- tests/start_multinode_test.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/start_multinode_test.sh') diff --git a/tests/start_multinode_test.sh b/tests/start_multinode_test.sh index 54a58b5..873964c 100755 --- a/tests/start_multinode_test.sh +++ b/tests/start_multinode_test.sh @@ -143,13 +143,6 @@ cleanup() # setupTest() { - if [ "$OS" = "QNX" ] - then - MESSAGE_FILTER_CONF="/etc/dlt_message_filter.conf" - else - MESSAGE_FILTER_CONF="/etc/dlt_message_filter_ald.conf" - fi - which dlt-daemon > /dev/null if [ $? -ne '0' ] then @@ -199,7 +192,6 @@ setupTest() echo "RingbufferStepSize = 500000" >>$tmpPath/$tmpFolder/$gatewayFolderName/dlt.conf echo "ControlSocketPath = /tmp/dlt-ctrl.sock" >>$tmpPath/$tmpFolder/$gatewayFolderName/dlt.conf echo "GatewayConfigFile = $tmpPath/$tmpFolder/$gatewayFolderName/dlt_gateway.conf" >> $tmpPath/$tmpFolder/$gatewayFolderName/dlt.conf - echo "MessageFilterConfigFile = $MESSAGE_FILTER_CONF" >> $tmpPath/$tmpFolder/$gatewayFolderName/dlt.conf touch $tmpPath/$tmpFolder/$gatewayFolderName/dlt_gateway.conf if [ $? -ne '0' ] then @@ -236,7 +228,6 @@ setupTest() echo "RingbufferMaxSize = 10000000" >>$tmpPath/$tmpFolder/$passiveFolderName/dlt.conf echo "RingbufferStepSize = 500000" >>$tmpPath/$tmpFolder/$passiveFolderName/dlt.conf echo "ControlSocketPath = /tmp/dlt-ctrl.sock" >>$tmpPath/$tmpFolder/$passiveFolderName/dlt.conf - echo "MessageFilterConfigFile = $MESSAGE_FILTER_CONF" >> $tmpPath/$tmpFolder/$passiveFolderName/dlt.conf mkdir -p $tmpPath/$tmpFolder/$tmpPassiveDIR if [ $? -ne '0' ] then -- cgit v1.2.1