From 7db554ed5aae140642cbe700030b109326a169e1 Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 6 Aug 2020 17:55:43 +0530 Subject: [Testfix] Fix missing param in test_rmdir_subvol_down.py The assertIsNotNone is missing the param. Change-Id: Iddff9b203672b2edf702ada624bfac1892641712 Signed-off-by: Pranav --- tests/functional/dht/test_rmdir_subvol_down.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 tests/functional/dht/test_rmdir_subvol_down.py (limited to 'tests/functional') diff --git a/tests/functional/dht/test_rmdir_subvol_down.py b/tests/functional/dht/test_rmdir_subvol_down.py old mode 100644 new mode 100755 index 492158551..d029bfc99 --- 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 -- cgit