From 79e850ebe26f22366cecc39c2cc446fc50f67402 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Wed, 12 Feb 2025 14:10:40 +0300 Subject: [PATCH] fixed? git clone and clone test --- hbs2-tests/integrational/wtf.ss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hbs2-tests/integrational/wtf.ss b/hbs2-tests/integrational/wtf.ss index 4919bc88..c6e3fa6d 100644 --- a/hbs2-tests/integrational/wtf.ss +++ b/hbs2-tests/integrational/wtf.ss @@ -59,6 +59,10 @@ `[ [call:proc ip link set ,remote-net up] [call:proc ip addr add ,remote-ip dev ,remote-net] [call:proc ip route add default via ,remote-gw] + + ;; fucked up network + [call:proc tc qdisc add dev ,remote-net root netem delay 250ms 40ms loss 1%] + ; [str:append:file /etc/resolv.conf (concat nameserver space ,remote-gw chr:lf)] [run:proc:attached echo ,HOME] [println "PATH: " (env PATH)]