summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-08 03:43:00 +0000
committerGerrit Code Review <review@openstack.org>2015-10-08 03:43:00 +0000
commit55251dbb96e7aec88c5f84faba1c83f36545a014 (patch)
tree10fd85a2b061940f153d9ca4146da9c5bdc25ae5 /HACKING.rst
parentec5ae8333a2924efe2f071ec92dd5579e5dd7ffc (diff)
parent6179854ae77960d4ae883349626069023b407cb0 (diff)
downloadnova-55251dbb96e7aec88c5f84faba1c83f36545a014.tar.gz
Merge "Add hacking check for eventlet.spawn()"
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index a2ffc1dfed..61785b2e25 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -50,7 +50,7 @@ Nova Specific Commandments
assertEqual(A in B, False) or assertEqual(False, A in B) to the more specific
assertIn/NotIn(A, B)
- [N339] Check common raise_feature_not_supported() is used for v2.1 HTTPNotImplemented response.
-- [N340] Check nova.utils.spawn() is used instead of greenthread.spawn()
+- [N340] Check nova.utils.spawn() is used instead of greenthread.spawn() and eventlet.spawn()
Creating Unit Tests
-------------------