Skip to content

Commit a4b2e7b

Browse files
committed
Use websocket backend in full system test
1 parent 3a4554f commit a4b2e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "0$O2_ROOT" == "0" ]; then
99
fi
1010

1111
# Set general arguments
12-
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE"
12+
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE --driver-client-backend ws://"
1313
if [ $EXTINPUT == 1 ] || [ $NUMAGPUIDS == 1 ]; then
1414
ARGS_ALL+=" --no-cleanup"
1515
fi

0 commit comments

Comments
 (0)