summaryrefslogtreecommitdiffstats
path: root/dovetail/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/run.py')
-rwxr-xr-xdovetail/run.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dovetail/run.py b/dovetail/run.py
index 04df9121..98d70011 100755
--- a/dovetail/run.py
+++ b/dovetail/run.py
@@ -229,6 +229,10 @@ def get_testcase_list(logger=None, **kwargs):
if testsuite_validation and testarea_validation:
testsuite_yaml = load_testsuite(testsuite)
+ dt_cfg.dovetail_config['version'] = dt_utils.get_value_from_dict(
+ 'version', testsuite_yaml)
+ dt_cfg.dovetail_config['vnf_type'] = dt_utils.get_value_from_dict(
+ 'vnf_type', testsuite_yaml)
testcase_list = dt_testcase.Testcase.get_testcases_for_testsuite(
testsuite_yaml, testarea)
return check_testcase_list(testcase_list, logger)