commit | efe84bb4517fe366fb4b31858931e6d2a173374e | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Sat Jan 25 16:55:12 2014 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Mon Jan 27 10:54:44 2014 +0100 |
tree | 8323db7b248c1b95001a7ac675100d541d61e0ed | |
parent | 93daa28712e31edb90b086e2edd4a17918f13782 [diff] |
Use unittest2.TestSuite with py26 The tempest master branch with tox -efull with py26 command, produces a lot of tierDownClass failures, because it tries to tearDown an already tearDowned class. By switching to unittest2.TestSuite the issue is solved. Change-Id: I7a5d21af62bafb13cdc8a0dcc20ed3f742aa214f