summaryrefslogtreecommitdiffstats
path: root/test/functest/config.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15Make sdnvpn a packageRomanos Skiadas1-53/+0
- Clean up the test/functest folder and move things to lib/ & artifacts/ - Add a new top level folder for the sdnvpn python code Change-Id: I5fdc7fa5475fb800f488a17d3481158c9c4f84e1 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-11-23Adapt new environment variable after refactorjose.lausuch1-1/+4
This patch changes the env variable repos_dir to REPOS_DIR https://gerrit.opnfv.org/gerrit/#/c/24619/ Change-Id: I55e17ee09395a976e79b8ee1abf045787009f52e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-18Refactor config global variablesGeorge Paraskevopoulos1-0/+50
- Create config.py module to handle configuration parsing - Remove globals from testcases Change-Id: I16ed7bb138fde2d5d3c69703e3c2e569d49f0b37 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>