Add tier_handler and tier_builder
authorjose.lausuch <jose.lausuch@ericsson.com>
Fri, 22 Apr 2016 13:34:49 +0000 (15:34 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Mon, 25 Apr 2016 08:36:59 +0000 (08:36 +0000)
commitf1c352869e0114a54830d46ea3407006096138e6
treefa763c06301d3aae1fe228857020b7d32efa9800
parentd36a76e6425c914a8243033175c3233e449e624b
Add tier_handler and tier_builder

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>
CI/__init__.py [new file with mode: 0644]
CI/testcases.yaml
CI/tier_builder.py [new file with mode: 0644]
CI/tier_handler.py [new file with mode: 0644]
CI/tier_manager.py [deleted file]