summaryrefslogtreecommitdiffstats
path: root/plugins/xenserver
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-07-02 08:48:28 -0400
committerMonty Taylor <mordred@inaugust.com>2012-07-02 08:50:41 -0400
commit8d8d3b4296bf37f10c9b0faa0e86ebfdc8b05862 (patch)
treec1565380c10d99506ad29d8d1fc62e1ec388aa91 /plugins/xenserver
parent019d953ef5b4bed7c53401375bfd7aa890fc0c1d (diff)
Run hacking tests as part of the gate.
Nova has additional pep8 "plugins" that they expect to run as part of the gate. This patch will run tools/hacking.py instead of pep8 directly. Also, it fixes the hacking violaions in contrib, plugins and smoketests. Fixes bug 1010136 Change-Id: I86d8789218c197d5d4a43d1201465d340646a395
Diffstat (limited to 'plugins/xenserver')
-rwxr-xr-xplugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py
index 7e27b4ff7..5cfd32dbd 100755
--- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py
+++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py
@@ -26,6 +26,7 @@ try:
import json
except ImportError:
import simplejson as json
+
import logging
import os
import subprocess