Skip to content

Commit

Permalink
don't use eBPF in a couple of tests
Browse files Browse the repository at this point in the history
There really should be two variants - with and without eBPF - but the
latter is broken due to #2689.
  • Loading branch information
rade committed Jul 6, 2017
1 parent 8f2d47c commit 672beb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/330_process_edge_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions integration/340_process_edge_across_host_2_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 672beb6

Please sign in to comment.