summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_healing_of_custom_xattrs_on_newly_added_bricks.py
Commit message (Collapse)AuthorAgeFilesLines
* [TestFix][DHT] Moving test steps from teardown class to teardownSri Vignesh2020-05-111-7/+7
| | | | | | | Move cases from teardown class to teardown in dht Change-Id: Id0cf120c6229715521ae19fd4bb00cad553d701f Signed-off-by: Sri Vignesh <sselvan@redhat.com>
* [Test]: check heal of custom xattr on newly added bricksayaleeraut2020-03-261-0/+172
BZ#1702298 - Custom xattrs are not healed on newly added brick Test Steps: 1) Create a volume. 2) Mount the volume using FUSE. 3) Create 100 directories on the mount point. 4) Set the xattr on the directories. 5) Add bricks to the volume and trigger rebalance. 6) Wait for rebalance to complete. 7) After rebalance completes,check if all the bricks have healed. 8) Check the xattr for dirs on the newly added bricks. Change-Id: If83f65ea163ccf16f9024d6b3a867ba7b35773f0 Signed-off-by: sayaleeraut <saraut@redhat.com>