Merge "PROX: [WIP] Added scale up TCs."
[yardstick.git] / yardstick / tests / unit / benchmark / scenarios / availability / test_basemonitor.py
index 9bc04eb..ce97277 100644 (file)
@@ -113,7 +113,3 @@ class BaseMonitorTestCase(unittest.TestCase):
         except Exception:  # pylint: disable=broad-except
             pass
         self.assertIsNone(cls)
-
-
-if __name__ == "__main__":
-    unittest.main()