summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_rebalance_preserve_user_permissions.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Rebalance preserves / and user subdirs permissionsTamar Shacked2020-10-121-0/+192
Test case: 1. Create a volume start it and mount on the client. 2. Set full permission on the mount point. 3. Add new user to the client. 4. As the new user create dirs/files. 5. Compute arequal checksum and verfiy permission on / and subdir. 6. Add brick into the volume and start rebalance. 7. After rebalance is completed: 7.1 check arequal checksum 7.2 verfiy no change in permission on / and sub dir 7.3 As the new user create and delete file/dir. Change-Id: Iacd829c0714c28e231c9fc52df6526200cb53041 Signed-off-by: Tamar Shacked <tshacked@redhat.com>