summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-11-01 08:01:51 -0400
committerJun Li <matthew.lijun@huawei.com>2016-11-10 02:26:55 +0000
commit0eb2bd6622deb721f9df937ef463f7d9ec221235 (patch)
treea617d15b74de46fc9aa0b27ce2bd5ab1d31059af /dovetail/report.py
parentcd7b2cdaef7226165e511337858f10279652104d (diff)
dovetail tool: 2 config files, compliance_set and proposed_tests
JIRA: DOVETAIL-50 1)'proposed_tests.yml' is added, which runs as the total tests run. The 'compliance_set.yml' will run as dovetail certification tests; 2)ipv6 test cases added accroding to 'docs/testsuites/ipv6/ipv6_all_testcases', tc026 missed temporarily,yardstick ipv6tc026 only supports 2 installers by now according to https://wiki.opnfv.org/display/dovetail/Dovetail+Test+Cases 3)vimops001-006 added for VIM images operation test cases 4)nfvi001-002 added for vping ssh/userdata in fucntest 5)more test cases can be added in future in proposed_tests.yml, besides, the test cases can be adjusted in future in proposed_tests.yml Change-Id: I8a8634583549a802f6f64fbea651e7be4efa361c Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index eae8d180..db6fd9ea 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -46,7 +46,7 @@ class Report:
| report |\n'
report += split_line
report += '|scenario: %s\n' % scenario_yaml['name']
- for testcase_name in scenario_yaml['testcase_list']:
+ for testcase_name in scenario_yaml['testcases_list']:
testcase = Testcase.get(testcase_name)
if testcase is None:
report += '| [testcase]: %s\t\t\t\t[Undefined]\n' % \