nova/nova/tests/keymgr
Davanum Srinivas 284e5ac022 Cleanup and gate on hacking E711 and E712 rule
Fix the offending instances of the rule
and removes it from the ignore list in tox.ini
so that we can gate on E711 and E712 rules.

Most violations were in DB queries. Replace as follows:
  False -> sqlalchemy.sql.false()
  None  -> sqlalchemy.sql.null()
  True  -> sqlalchemy.sql.true()

Change-Id: Id84aa04697d1b3c23dc03195113e296c6715379d
2014-07-19 13:07:59 +00:00
..
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
fake.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_conf_key_mgr.py Added test cases in ConfKeyManagerTestCase to verify fixed_key. 2014-04-01 14:32:35 -04:00
test_key.py Cleanup and gate on hacking E711 and E712 rule 2014-07-19 13:07:59 +00:00
test_key_mgr.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_mock_key_mgr.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_not_implemented_key_mgr.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_single_key_mgr.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00