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:
Rohan Kanade 2014-06-17 12:06:06 +02:00
parent 068cbe2533
commit bb26952305
2 changed files with 1 additions and 1 deletions

@ -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