Changes tempest subunit log handling
* Remove subunit2junitxml dependency and code from rally * Convert raw subunit stream from tempest tests to json and store only json in DB * Run tempest scenario (smoke) in rally gate Change-Id: I6628375d83da9af3984819dfc5815ae0c06ec1aa Implements: blueprint tempest-subunit-to-json
This commit is contained in:
parent
068cbe2533
commit
bb26952305
@ -18,6 +18,7 @@ python-cinderclient>=1.0.6
|
||||
python-heatclient>=0.2.9
|
||||
python-ceilometerclient>=1.0.6
|
||||
python-ironicclient
|
||||
python-subunit>=0.0.18
|
||||
requests>=1.1
|
||||
SQLAlchemy>=0.7.8,<=0.9.99
|
||||
six>=1.7.0
|
||||
|
@ -3,7 +3,6 @@ hacking>=0.8.0,<0.9
|
||||
coverage>=3.6
|
||||
discover
|
||||
mock>=1.0
|
||||
python-subunit>=0.0.18
|
||||
testrepository>=0.0.18
|
||||
testtools>=0.9.34
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user