summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_multi_value_limit.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling mistake across the codebaseNigel Babu2018-08-071-3/+3
| | | | Change-Id: I46fc2feffe6443af6913785d67bf310838532421
* Quota : Test case for quota with multiple values of limit-usageVinayak Papnoi2018-06-231-0/+277
Test quota limit-usage by setting limits of various values being big, small and decimal values. eg. 1GB, 10GB, 2.5GB, etc. and validate the limits by creating data more than the hard limits. (after reaching hard limit the data creation should stop) Addressed review comments. Change-Id: If2801cf13ea22c253b22ecb41fc07f2f1705a6d7 Signed-off-by: Vinayak Papnoi <vpapnoi@redhat.com>