Merge "NSB PROX L3FWD Dropping packets"
[yardstick.git] / yardstick / tests / unit / benchmark / scenarios / networking / test_netperf.py
index d82a009..5907562 100755 (executable)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 ##############################################################################
 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
 #
@@ -121,10 +119,3 @@ class NetperfTestCase(unittest.TestCase):
         with open(output) as f:
             sample_output = f.read()
         return sample_output
-
-
-def main():
-    unittest.main()
-
-if __name__ == '__main__':
-    main()