Refactor imports and invocation of main function 67/38067/1
authorpanageo2 <panageo@intracom-telecom.com>
Tue, 25 Jul 2017 11:09:34 +0000 (11:09 +0000)
committerpanageo2 <panageo@intracom-telecom.com>
Tue, 25 Jul 2017 11:22:32 +0000 (11:22 +0000)
commit9815cc6597daa6f50a38a04579036e3eeb5c79a2
tree21ff71d6e4e43b5d447b68b5b3eced9d6dc42fe3
parent3752ba88c0abdf35f3a4f5e20849ddd4dcf3277a
Refactor imports and invocation of main function

In all testcases there are some inconcistencies of
import statements. Additionally the main function
of each testcase should be called through
sys.exit(main())

JIRA: SDNVPN-173

Change-Id: I6fdf0dc6598ca4789b6de6b50d1b8b85a8de923c
Signed-off-by: panageo2 <panageo@intracom-telecom.com>
sdnvpn/test/functest/testcase_1.py
sdnvpn/test/functest/testcase_2.py
sdnvpn/test/functest/testcase_3.py
sdnvpn/test/functest/testcase_4.py
sdnvpn/test/functest/testcase_7.py
sdnvpn/test/functest/testcase_8.py
sdnvpn/test/functest/testcase_9.py