Merge "Add support for restarting a service"
[yardstick.git] / yardstick / tests / unit / apiserver / resources / test_env_action.py
index cf646a2..6578416 100644 (file)
@@ -33,11 +33,3 @@ class EnvTestCase(APITestCase):
         time.sleep(0)
 
         self.assertIn(u'status', resp)
-
-
-def main():
-    unittest.main()
-
-
-if __name__ == '__main__':
-    main()