Merge "Prohibit the importation of a list of libraries"
[yardstick.git] / yardstick / tests / unit / benchmark / scenarios / lib / test_attach_volume.py
index 25b911d..a61195f 100644 (file)
@@ -24,11 +24,3 @@ class AttachVolumeTestCase(unittest.TestCase):
         obj = AttachVolume(args, {})
         obj.run({})
         self.assertTrue(mock_attach_server_volume.called)
-
-
-def main():
-    unittest.main()
-
-
-if __name__ == '__main__':
-    main()