summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-17 16:51:55 +0000
committerGerrit Code Review <review@openstack.org>2014-10-17 16:51:55 +0000
commitbe6d79ef65e1acf25ebfcbd27fa8c4a4f6282d46 (patch)
tree7a9e14192f9231d318c0d65e7dde4880b9887186
parent0e2f8bc8b132d4436cc64d8df813c63bb5d20b12 (diff)
parent93424e50214f5e8b96580f4faf47c50c1853ffb5 (diff)
downloadtempest-be6d79ef65e1acf25ebfcbd27fa8c4a4f6282d46.tar.gz
Merge "Remove OfficialClient dependency from HACKING.rst"
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 29d5bf4dc..83d67a996 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -259,7 +259,7 @@ is required. If there is more than one test case in the class individual
docstrings for the workflow in each test methods can be used instead. A good
example of this would be::
- class TestVolumeBootPattern(manager.OfficialClientTest):
+ class TestVolumeBootPattern(manager.ScenarioTest):
"""
This test case attempts to reproduce the following steps: