We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4554f commit a4b2e7bCopy full SHA for a4b2e7b
prodtests/full-system-test/dpl-workflow.sh
@@ -9,7 +9,7 @@ if [ "0$O2_ROOT" == "0" ]; then
9
fi
10
11
# Set general arguments
12
-ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE"
+ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE --driver-client-backend ws://"
13
if [ $EXTINPUT == 1 ] || [ $NUMAGPUIDS == 1 ]; then
14
ARGS_ALL+=" --no-cleanup"
15
0 commit comments