summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_dir_change_perm_recursive.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding test case for change owner, group, permission for directoryMohit Agrawal2018-06-291-0/+226
1) Create Dir with some file inside dir 2) Verify dir exists on all bricks as well as mount point 3) Compare dir stat with mount-point and brick location path 4) Change the ownership of directory 5) Compare dir stats with mount-point and brick path 6) Try to change pemission with different user for directory 7) Compare dir stat with mount-point and brick path 8) Try to change permission with different user for directory 9) change permission of directory 10) Compare dir stat with mount-point and brick path 11) Try to change permission with different user for same directory Change-Id: I284842be8c7562d4618d4e69e202c4d80945f1c5 Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>