summaryrefslogtreecommitdiff
path: root/doc/source/contributor/functional_tests.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-26 15:02:50 +0000
committerGerrit Code Review <review@openstack.org>2020-08-26 15:02:50 +0000
commit0a4d3c77b46d783ae903ff790a2cc951084875b0 (patch)
tree7aa0033e1655102cdc0c761b5588de09a5e6df48 /doc/source/contributor/functional_tests.rst
parent9a6c4253d65539746e977ec605ccbc5032a97c9a (diff)
parentd6530c48d9c860aeb604c4efddb3ddc58cc24c2c (diff)
downloadpython-cinderclient-0a4d3c77b46d783ae903ff790a2cc951084875b0.tar.gz
Merge "Add doc linting to pep8 target"
Diffstat (limited to 'doc/source/contributor/functional_tests.rst')
-rw-r--r--doc/source/contributor/functional_tests.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/contributor/functional_tests.rst b/doc/source/contributor/functional_tests.rst
index 5f60a48..d6b2db2 100644
--- a/doc/source/contributor/functional_tests.rst
+++ b/doc/source/contributor/functional_tests.rst
@@ -40,7 +40,9 @@ For more information on these options and how to run tests, please see the
Gotchas
-------
-The cinderclient.tests.functional.test_cli.CinderBackupTests.test_backup_create_and_delete
-test will fail in Devstack without c-bak service running, which requires Swift.
-Make sure Swift is enabled when you stack.sh by putting this in local.conf :
-enable_service s-proxy s-object s-container s-account
+The cinderclient.tests.functional.test_cli.CinderBackupTests.test_backup_create
+and_delete test will fail in Devstack without c-bak service running, which
+requires Swift. Make sure Swift is enabled when you stack.sh by putting this in
+local.conf::
+
+ enable_service s-proxy s-object s-container s-account