diff options
author | boucherv <valentin.boucher@orange.com> | 2016-01-15 16:37:47 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-01-15 16:37:47 +0100 |
commit | f4aa5fbebff139543acb891d9d38c9f8fa864cda (patch) | |
tree | fc2612ed664882eadfe29878d7cb4a2d98396f78 /testcases/vIMS/CI | |
parent | 4944fc05739b7062bcae032260e5d83ba1076d3a (diff) |
bugfix: update cinder quota strange space
Change-Id: I984be5267a3492c4d3b5922a982aed0ad94e7c5b
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/vIMS/CI')
-rw-r--r-- | testcases/vIMS/CI/vIMS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py index 7a2d1979a..eae821ad4 100644 --- a/testcases/vIMS/CI/vIMS.py +++ b/testcases/vIMS/CI/vIMS.py @@ -291,7 +291,7 @@ def main(): creds_cinder['project_id'], creds_cinder['auth_url'], service_type="volume") - if not functest_utils.update_cinder_quota(cinder_client, tenant_id, 20, 50, 1500): + if not functest_utils.update_cinder_quota(cinder_client, tenant_id, 20, 10, 150): logger.error("Failed to update cinder quota for tenant %s" % TENANT_NAME) exit(-1) |