commit | dc407d683d0cd21dd16c16280cbbd56750c6945d | [log] [tgz] |
---|---|---|
author | jeremy.zhang <zhangjun_inspur@163.com> | Fri May 26 12:58:14 2017 +0800 |
committer | jeremy.zhang <zhangjun_inspur@163.com> | Fri May 26 17:16:30 2017 +0800 |
tree | 1a281a3920966be83ba0ac10bf7b3c7f379b26c0 | |
parent | 7203f58c97f250d8443235334efedd4d94792877 [diff] |
Fix for volume quota class test When 'VolumeQuotaClassesTest.test_update_default_quota' is tested in race with other tests which involve creating/deleting volume types or updating default quotas of volume type, it may cause the assertions in 'test_update_default_quota' failed. This patch is to solve this problem. Change-Id: I6566519ad0b19f62a3ac7365de33ed3fc62517d7 Closes-Bug: 1687488