summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_verify_create_hash.py
Commit message (Collapse)AuthorAgeFilesLines
* [TestFix][DHT] Moving test steps from teardown class to teardownSri Vignesh2020-05-111-9/+9
| | | | | | | Move cases from teardown class to teardown in dht Change-Id: Id0cf120c6229715521ae19fd4bb00cad553d701f Signed-off-by: Sri Vignesh <sselvan@redhat.com>
* [py2to3] Add py3 support in 'tests/functional/dht'Valerii Ponomarov2019-12-181-3/+3
| | | | | Change-Id: I44fe85519c8fd381064670e54dac8736107b0928 Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
* glusto/dht: Verify create file operationSusant Palai2018-06-261-0/+166
test case: - Verify that the file is created on the hashed subvol alone - Verify that the trusted.glusterfs.pathinfo reflects the file location - Verify that the file creation fails if the hashed subvol is down Change-Id: I951c20f03772a0c5739244ec354f9bbfd6d0ea65 Signed-off-by: Susant Palai <spalai@redhat.com>