summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasayuki Igawa <igawa@mxs.nes.nec.co.jp>2014-10-06 13:54:26 +0900
committerMasayuki Igawa <igawa@mxs.nes.nec.co.jp>2014-10-06 13:59:47 +0900
commit93424e50214f5e8b96580f4faf47c50c1853ffb5 (patch)
treedb7b293e66352bea7c7717233467513b556f7e20
parentbea1b3c1a223a5a586025bb9e391c77be3c13076 (diff)
downloadtempest-93424e50214f5e8b96580f4faf47c50c1853ffb5.tar.gz
Remove OfficialClient dependency from HACKING.rst
This commit migrates OfficialClientTest to ScenarioTest about TestVolumeBootPattern in HACKING.rst. We should not have such an example in the HACKING.rst because we don't use OfficialClientTest class in the scenario tests anymore. Partially-implements: bp:tempest-client-scenarios Change-Id: Id95d011f3d080effc7bfee6232578451f7ba72d9
-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: