diff --git a/test/ganeti.utils_unittest.py b/test/ganeti.utils_unittest.py index 7209bd012ba2184f4448d91859441096cce661ab..91c269d68ea2efe10650267a45fdd70a690d6992 100755 --- a/test/ganeti.utils_unittest.py +++ b/test/ganeti.utils_unittest.py @@ -2220,7 +2220,7 @@ class TestFormatSeconds(unittest.TestCase): self.assertEqual(utils.FormatSeconds(3912.8), "1h 5m 13s") -class RunIgnoreProcessNotFound(unittest.TestCase): +class TestIgnoreProcessNotFound(unittest.TestCase): @staticmethod def _WritePid(fd): os.write(fd, str(os.getpid()))