summaryrefslogtreecommitdiffstats
path: root/CI/tier_builder.py
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Create prepare_env.py from prepare_env.sh and config_functest.pyjose.lausuch1-61/+0
JIRA: FUNCTEST-227 Change-Id: I1aa890b9f91ec524c766ba3c460666ed227f2126 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-04-25Add tier_handler and tier_builderjose.lausuch1-0/+61
tier_handler: defines the classes for Tier,TestCase and Dependency tier_builder: reads the testcases.yaml and creates a list of objects that will be used later on to execute the tests JIRA: FUNCTEST-190 Change-Id: Iabef344aff036ad3b525088af59fb21b16b02fc8 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>