mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
don't use eBPF in a couple of tests
There really should be two variants - with and without eBPF - but the latter is broken due to #2689.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
start_suite "Test long connections (procspy) between processes"
|
||||
|
||||
weave_on "$HOST1" launch
|
||||
scope_on "$HOST1" launch --probe.conntrack=false
|
||||
scope_on "$HOST1" launch --probe.ebpf.connections=false --probe.conntrack=false
|
||||
|
||||
server_on "$HOST1"
|
||||
weave_proxy_on "$HOST1" run -dti --name client alpine /bin/sh -c "while true; do \
|
||||
|
||||
@@ -8,8 +8,8 @@ start_suite "Test long connections (procspy) between processes on different host
|
||||
weave_on "$HOST1" launch "$HOST1" "$HOST2"
|
||||
weave_on "$HOST2" launch "$HOST1" "$HOST2"
|
||||
|
||||
scope_on "$HOST1" launch --probe.conntrack=false
|
||||
scope_on "$HOST2" launch --probe.conntrack=false
|
||||
scope_on "$HOST1" launch --probe.ebpf.connections=false --probe.conntrack=false
|
||||
scope_on "$HOST2" launch --probe.ebpf.connections=false --probe.conntrack=false
|
||||
|
||||
server_on "$HOST1"
|
||||
weave_proxy_on "$HOST2" run -dti --name client alpine /bin/sh -c "while true; do \
|
||||
|
||||
Reference in New Issue
Block a user