From ece71c75725b9502a5f07d4f4d5a2e0d6cf87480 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Thu, 28 Sep 2017 19:09:11 +0300 Subject: [PATCH] Add a comment for a workload in rally-neutron.yaml VMTasks.boot_runcommand_delete scenario with image_command_customizer are the powerful mechanism for creating useful workloads. One of such workload can muslead by it configuration, so this patch adds a comment to it. Change-Id: I84696ca029077063118a161e4f3d1933ea131877 --- rally-jobs/rally-neutron.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rally-jobs/rally-neutron.yaml b/rally-jobs/rally-neutron.yaml index 3252d1e228..2197c16b27 100644 --- a/rally-jobs/rally-neutron.yaml +++ b/rally-jobs/rally-neutron.yaml @@ -743,6 +743,11 @@ - args: command: + # The `image_command_customizer` context prepares an image and + # executes `rally-jobs/extra/install_benchmark.sh` script. The script + # itself creates a new file inside the image "dd_test.sh" which is + # called in the scenario. It doesn't have anything related to + # VMTask.dd_load_test scenario remote_path: "./dd_test.sh" flavor: name: "m1.tiny"