-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test list, version, fix required for err report
- Loading branch information
Showing
6 changed files
with
522 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
jinja2 | ||
six | ||
testtools | ||
testtools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
|
||
dependencies = [ | ||
'six', | ||
'jinja2' | ||
'jinja2', | ||
'testtools' | ||
] | ||
|
||
entry_points = { | ||
|
@@ -25,7 +26,7 @@ | |
|
||
setup( | ||
name="TempestParser", | ||
version="0.2.3", | ||
version="0.2.4", | ||
author="Alex Savatieiev", | ||
author_email="[email protected]", | ||
classifiers=[ | ||
|
@@ -46,7 +47,8 @@ | |
license="Apache Licence, version 2", | ||
description="Tempest Parser tool used to generate trending reports " | ||
"out of various result formats openstack/tempest " | ||
"produces: CLI, JSON from Rally, XML from PyCharm, CSV", | ||
"produces: pytest's CLI, JSON from Rally, " | ||
" XML from PyCharm, CSV (two types) and Subunit.", | ||
long_description=README | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[ParserConfig] | ||
default_test_list=res/all_tests_master_ad37b61.list | ||
default_detailed=false | ||
# link where all tests listed to compare trend to | ||
# should be standard tempest output | ||
default_test_list=res/all_tests_tag_18.list | ||
# Add details column by default to trending report | ||
default_detailed=false |
Oops, something went wrong.