From c511ff94e7aa181c7c7857a1a6e0151b7b18f1b7 Mon Sep 17 00:00:00 2001 From: David Moreau Simard <moi@dmsimard.com> Date: Sun, 1 Nov 2020 09:46:14 -0500 Subject: [PATCH] tests: include the max task count in benchmark This way we can tell the progress. Change-Id: Ic7e622636ba58228f78cdafe639b013781766cb0 --- tests/integration/benchmark_tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/benchmark_tasks.yaml b/tests/integration/benchmark_tasks.yaml index d6df9899..a741febd 100644 --- a/tests/integration/benchmark_tasks.yaml +++ b/tests/integration/benchmark_tasks.yaml @@ -5,4 +5,4 @@ - name: Run a task debug: - msg: "{{ inventory_hostname }} running task #{{ item }}" + msg: "{{ inventory_hostname }} running task {{ item }}/{{ benchmark_task_count }}"