commit | b2902af85834d868871953dc17421caa5da4d28c | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Sat Feb 16 16:22:44 2013 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Sat Feb 16 16:22:44 2013 +0100 |
tree | 2a931ac817272d0d3f1b47d407a3a476376c06a3 | |
parent | e65a5a9608d1c6acae5ebf8fa57d3592ccf32a3a [diff] [blame] |
T4xx fixes T404 WONTFIX Change-Id: I2e94fa4762615b686635b82e1843bdc1c10dabb0
diff --git a/tempest/test.py b/tempest/test.py index 58fadeb..616a866 100644 --- a/tempest/test.py +++ b/tempest/test.py
@@ -31,7 +31,8 @@ This decorator applies the nose attr decorator as well as the the testtools.testcase.attr if it is in the list of attributes - to testtools we want to apply.""" + to testtools we want to apply. + """ def decorator(f): testtool_attributes = ('smoke')