diff options
author | rexlee8776 <limingjiang@huawei.com> | 2017-09-14 07:31:19 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2017-09-14 07:31:19 +0000 |
commit | 6edd83fc43c9a6e37ad5875d6fe202bb29fdc110 (patch) | |
tree | 6818c94a93ed112f55d22164434a42766f8f7e41 | |
parent | dc4c82cda3362f1a1fa04340103846c4aa655ec5 (diff) |
tc006: fio job_file.ini the volume should be configed
Change-Id: Ie03dfe7d1227578bb50e5e4460e50b9dc59dd202
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml index a35629f81..81b42dc4d 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml @@ -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: |