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
This commit is contained in:
Andrey Kurilin 2017-09-28 19:09:11 +03:00
parent 43edc70a78
commit 7486572a72
1 changed files with 5 additions and 0 deletions

View File

@ -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"