summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_non_existent_dir.py
Commit message (Collapse)AuthorAgeFilesLines
* Quota: Fixing quota libs in glustoSanoj Unnikrishnan2018-06-131-5/+5
| | | | | | | | | | - added quota_libs.py with quota_validate library - Removed redundant function in quota_ops. - changed naming of quota_ops to be consistent and intutive w.r.t cli Change-Id: I4faf448ea308c9e04b548d6174d900fcf56978a5 Signed-off-by: Sanoj Unnikrishnan <sunnikri@redhat.com>
* Fix up coding style issues in testsNigel Babu2018-03-271-4/+4
| | | | Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7
* quota: check if quota limit can be set on a directory that that not existhari gowtham2018-02-071-0/+81
Once a volume is mounted, and quota is enabled, we have to make sure that quota cannot be set a directory that does not exist. Change-Id: Ic89551c6d96b628fe04c19605af696800695721d Signed-off-by: hari gowtham <hgowtham@redhat.com>