Add netem smoke fixture for benchmark simulation

This commit is contained in:
vorotamoroz
2026-07-12 20:02:29 +09:00
parent 33cd6a3b51
commit 7b480d4c1d
4 changed files with 123 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM alpine:3.22
RUN apk add --no-cache iproute2
COPY test/bench-network/netem-smoke.sh /usr/local/bin/livesync-netem-smoke
RUN chmod +x /usr/local/bin/livesync-netem-smoke
CMD ["livesync-netem-smoke"]