Merge "VNF interfaces are sorted by "vpci" address before being populated"
[yardstick.git] / yardstick / tests / unit / benchmark / scenarios / networking / test_iperf3.py
index 4d37452..d663638 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 ##############################################################################
 # Copyright (c) 2015 Ericsson AB and others.
 #
@@ -193,10 +191,3 @@ class IperfTestCase(unittest.TestCase):
         with open(output) as f:
             sample_output = f.read()
         return sample_output
-
-
-def main():
-    unittest.main()
-
-if __name__ == '__main__':
-    main()