summaryrefslogtreecommitdiff
path: root/stress/test_case.py
diff options
context:
space:
mode:
Diffstat (limited to 'stress/test_case.py')
-rw-r--r--stress/test_case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stress/test_case.py b/stress/test_case.py
index fe510d5a3..d04ace08d 100644
--- a/stress/test_case.py
+++ b/stress/test_case.py
@@ -25,5 +25,5 @@ class StressTestCase(object):
self._logger = logging.getLogger(self.__class__.__name__)
def run(self, nova_manager, state_obj, *pargs, **kargs):
- """Nova API methods to call that would modify state of the cluster"""
+ """Nova API methods to call that would modify state of the cluster."""
return