commit | a17f233fd95e64c23168f62ffac0f5ccfdfd84b1 | [log] [tgz] |
---|---|---|
author | Kiall Mac Innes <kiall@macinnes.ie> | Thu Aug 25 13:34:42 2016 +0100 |
committer | Kiall Mac Innes <kiall@macinnes.ie> | Fri Nov 04 08:57:42 2016 +0000 |
tree | 68ac974765f9e941ad4a3c9360934e805326a100 | |
parent | 21715d1467c129a8dffb5eab5c9e3a53ae8b13c4 [diff] [blame] |
Add Tempest hacking checks Fix v1 tests to comply Change-Id: I6bf15fa887158efc1858991c806cbdd9ab23db5c
diff --git a/tox.ini b/tox.ini index cdbccbb..31e305b 100644 --- a/tox.ini +++ b/tox.ini
@@ -73,3 +73,8 @@ ignore = H302,H306,H402,H404,H405,H904,E126,E128 exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools,.ropeproject + + +[hacking] +local-check-factory = designate_tempest_plugin.hacking.checks.factory +