Merge pull request #2690 from weaveworks/2689-limit-ebpf-tests

don't use eBPF in a couple of tests
This commit is contained in:
Matthias Radestock
2017-07-06 19:27:32 +01:00
committed by GitHub
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 \