Fix the logging to be compatible with functest
[sdnvpn.git] / sdnvpn / test / functest / testcase_9.py
index 45e9d5b..b77360d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Copyright (c) 2017 All rights reserved
 # This program and the accompanying materials
@@ -65,6 +65,6 @@ def main():
 
     return results.compile_summary()
 
+
 if __name__ == '__main__':
-    logging.basicConfig(level=logging.INFO)
     sys.exit(main())