summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_quota_symlink_limit.py
Commit message (Collapse)AuthorAgeFilesLines
* [TestFix][Quota] Moving test steps from teardown class to teardownSri Vignesh2020-05-111-12/+9
| | | | | | | Move cases from teardown class to teardown in quota Change-Id: Ia20fe9bef09842f891f0f27ab711a1ef4c9f6f39 Signed-off-by: Sri Vignesh <sselvan@redhat.com>
* [py2to3] Add py3 support for tests in 'tests/functional/quota'Valerii Ponomarov2019-12-121-2/+2
| | | | | Change-Id: I39ed09ee91a345daae7bb675184a8a30d48575fa Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
* Quota: Test case to validate limit-usage on a symlinkVinayak Papnoi2018-07-011-0/+121
Quota limit-usage should fail when trying to set the limit on a symlink. - Enable quota - Set a limit on the volume - Create a directory from mount - Create a symlink of the directory from mount - Try to set a quota limit on the symlink Change-Id: Ic9979a5c67af74d08527acc0f9a30c1d97291906 Signed-off-by: Vinayak Papnoi <vpapnoi@redhat.com>