Refactor config global variables 63/24063/8
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Tue, 8 Nov 2016 12:33:19 +0000 (14:33 +0200)
committerRomanos Skiadas <rski@intracom-telecom.com>
Fri, 18 Nov 2016 14:49:19 +0000 (16:49 +0200)
commit5b2b4922740b2f189b1be2192d8e405fb9a535bb
treeb30e81f711f111c943959647c67611466724fa85
parent9492d419754c44ea38e6751a91b0c3625afccb07
Refactor config global variables

- Create config.py module to handle configuration parsing
- Remove globals from testcases

Change-Id: I16ed7bb138fde2d5d3c69703e3c2e569d49f0b37
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
test/functest/config.py [new file with mode: 0644]
test/functest/config.yaml
test/functest/testcase_1.py
test/functest/testcase_2.py
test/functest/testcase_4.py
test/functest/utils.py