Skip to content

Commit 78ab29c

Browse files
committed
Use correct benchmark hosts file
1 parent 076d7ab commit 78ab29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/perftest/templates/_macros.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ args:
6464
- -c
6565
- |
6666
set -e
67-
until [ -s /etc/kube-perftest/all-hosts ]; do
67+
until [ -s /etc/kube-perftest/hosts ]; do
6868
echo "waiting for hosts file to become available"
6969
sleep 1
7070
done

0 commit comments

Comments
 (0)