diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-17 13:00:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-17 13:00:08 +0000 |
commit | 7f9fc4eb4d3e5690e82997c8593481c9b090b71e (patch) | |
tree | a6e52c84778acab880b039db67b9dd343532ff91 /testcases/Controllers/ODL | |
parent | e2fd77acc2ac7c2ae24ab76144201906839f26a8 (diff) | |
parent | 5f93c5912753eb2d80077a77076015533dc16f6e (diff) |
Merge "Align test names in DB and config file"
Diffstat (limited to 'testcases/Controllers/ODL')
-rw-r--r-- | testcases/Controllers/ODL/odlreport2db.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/Controllers/ODL/odlreport2db.py b/testcases/Controllers/ODL/odlreport2db.py index 075de5a86..0c9f341c9 100644 --- a/testcases/Controllers/ODL/odlreport2db.py +++ b/testcases/Controllers/ODL/odlreport2db.py @@ -115,7 +115,7 @@ def main(argv): data['description'] = all_data['suite']['@name'] data['version'] = all_data['@generator'] data['test_project'] = "functest" - data['case_name'] = "ODL" + data['case_name'] = "odl" data['pod_name'] = pod data['installer'] = installer @@ -144,7 +144,7 @@ def main(argv): if (tests_failed < 1): status = "PASS" - functest_utils.push_results_to_db("functest", + functest_utils.push_results_to_db(data['test_project'], data['case_name'], None, start_time, |