tc006: fio job_file.ini the volume should be configed 19/41919/1
authorrexlee8776 <limingjiang@huawei.com>
Thu, 14 Sep 2017 07:31:19 +0000 (07:31 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 14 Sep 2017 07:31:19 +0000 (07:31 +0000)
Change-Id: Ie03dfe7d1227578bb50e5e4460e50b9dc59dd202
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml

index a35629f..81b42dc 100644 (file)
@@ -14,6 +14,7 @@ description: >
     Measure volume storage IOPS, throughput and latency using fio with job file.
 
 {% set directory = directory or "/FIO_Test" %}
+{% set volume_size = volume_size or 200 %}
 {% set provider = provider or none %}
 {% set physical_network = physical_network or 'physnet1' %}
 {% set segmentation_id = segmentation_id or none %}
@@ -53,7 +54,7 @@ context:
       floating_ip: true
       volume:
         name: test-volume
-        size: 200
+        size: {{volume_size}}
       volume_mountpoint: /dev/vdb
 
   networks: