Skip to content

Commit

Permalink
Test list, version, fix required for err report
Browse files Browse the repository at this point in the history
  • Loading branch information
savex committed Mar 16, 2018
1 parent 702ecba commit 5069fae
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 660 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jinja2
six
testtools
testtools

8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

dependencies = [
'six',
'jinja2'
'jinja2',
'testtools'
]

entry_points = {
Expand All @@ -25,7 +26,7 @@

setup(
name="TempestParser",
version="0.2.3",
version="0.2.4",
author="Alex Savatieiev",
author_email="[email protected]",
classifiers=[
Expand All @@ -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
)

7 changes: 5 additions & 2 deletions tempest_parser/etc/tempest-parser.conf
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
Loading

0 comments on commit 5069fae

Please sign in to comment.