summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_glusterd_replace_brick.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix replace brick failure and peer probe failureNigel Babu2018-05-091-1/+1
| | | | | | | | The replace brick setUp function had a syntax error and a wrong assert. The peer probe tearDown method did not work in a situation where the test failed leading to cascading failures in other tests. Change-Id: Ia7e0d85bb88c0c9bc6d489b4d03dc7610fd4f129
* Fix assertIsNotNone call in glusterd testsNigel Babu2018-05-081-2/+1
| | | | Change-Id: I774f64e2f355e2ca2f41c7a5c472aeae5adcd3dc
* Replace brick with valid brick path and non-existing brick pathBala Konda Reddy M2018-05-081-0/+114
Change-Id: Ic6cb4e96d8f14558c0f9d4eb5e24cbb507578f4c Signed-off-by: Bala Konda Reddy M <bmekala@redhat.com>