Incorrect Test Data of Pool2

In pool2, free_capacity_gb(15GB) is more than total_capacity_gb(10GB).
Turn free_capacity_gb into 5GB.

Change-Id: I9322d9c0d3ea07052ecb7988cba944c5dd1417b1
This commit is contained in:
majik 2016-09-08 09:30:08 +08:00
parent aff061da1f
commit fbb98f6b5c
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ def data(TEST):
"QoS_support": False,
"allocated_capacity_gb": 2,
"driver_version": "3.0.0",
"free_capacity_gb": 15,
"free_capacity_gb": 5,
"extra_specs": {
"description": "LVM Extra specs",
"display_name": "LVMDriver",