Merge "Add hacking check for eventlet.spawn()"

This commit is contained in:
Jenkins 2015-10-08 03:43:00 +00:00 committed by Gerrit Code Review
commit c23e1a4dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------------------