Use importlib to load testcases
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Oct 2016 13:07:03 +0000 (15:07 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Tue, 18 Oct 2016 14:04:20 +0000 (14:04 +0000)
commit2aa78bdb5b21ac54b2f1183001c7466e59952c29
tree1a59d96aeb745296abade415ebb12a05ac204aee
parentd04a2af1d4864014492702a8a48bf1171cae6bcb
Use importlib to load testcases

It modifies run_tests.py to dynamically execute testcases and then
removes the test condition about odl.
It also induces that the modules and the related classes must be
defined in ci/testcases.yaml.

JIRA: FUNCTEST-353

Change-Id: I6ad67b70624aac6bf805c9bde4dfef7c9fbd5c00
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ci/run_tests.py
ci/testcases.yaml
utils/functest_utils.py