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:
Matthias Radestock
2017-07-06 18:26:28 +01:00
parent 8f2d47ce4e
commit 672beb64fa
2 changed files with 3 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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 \