diff --git a/tests/integration/pipe-loopback-socket.sh b/tests/integration/pipe-loopback-socket.sh index a8fea21b1..6a1e88aec 100755 --- a/tests/integration/pipe-loopback-socket.sh +++ b/tests/integration/pipe-loopback-socket.sh @@ -37,7 +37,7 @@ NUM_SAMPLES=${NUM_SAMPLES:-100} villas-signal random -l ${NUM_SAMPLES} -n > ${INPUT_FILE} for FORMAT in villas-human villas-binary villas-web csv json gtnet-fake raw-flt32; do -for LAYER in udp ip eth; do +for LAYER in udp ip eth unix; do for ENDIAN in big little; do for VERIFY_SOURCE in true false; do @@ -67,6 +67,11 @@ case ${LAYER} in LOCAL="00:00:00:00:00:00%lo:34997" REMOTE="00:00:00:00:00:00%lo:34997" ;; + + unix) + LOCAL=$(mktemp) + REMOTE=${LOCAL} + ;; esac cat > ${CONFIG_FILE} << EOF