diff options
| -rwxr-xr-x[-rw-r--r--] | tests/functional/dht/test_rmdir_subvol_down.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/dht/test_rmdir_subvol_down.py b/tests/functional/dht/test_rmdir_subvol_down.py index 492158551..d029bfc99 100644..100755 --- a/tests/functional/dht/test_rmdir_subvol_down.py +++ b/tests/functional/dht/test_rmdir_subvol_down.py @@ -87,7 +87,8 @@ class TestLookupDir(GlusterBaseClass):          # Find a non hashed subvolume(or brick)          nonhashed_subvol, count = find_nonhashed_subvol(self.subvols,                                                          "parent", "child") -        self.assertIsNotNone("Error in finding nonhashed value") +        self.assertIsNotNone(nonhashed_subvol, +                             "Error in finding nonhashed value")          g.log.info("nonhashed_subvol %s", nonhashed_subvol._host)          # Bring nonhashed_subbvol offline  | 
