Skip to content

Commit

Permalink
pass test
Browse files Browse the repository at this point in the history
Signed-off-by: YaoZengzeng <[email protected]>
  • Loading branch information
YaoZengzeng committed Aug 2, 2024
1 parent 22ba502 commit 45ec225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ EOF
done

# For KinD environment we need to mount bpf for each node, ref: https://github.com/kmesh-net/kmesh/issues/662
for node in $(kind get nodes --name="{NAME}"); do
docker exec "${node}" mount -t bpf none /sys/fs/bpf
for node in $(kind get nodes --name="${NAME}"); do
docker exec "${node}" sh -c "mount -t bpf none /sys/fs/bpf"
done

# Document the local registry
Expand Down

0 comments on commit 45ec225

Please sign in to comment.