summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index fcc0c1f80..7cb0ca9a0 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -92,12 +92,14 @@ function run_tests {
function run_pep8 {
echo "Running pep8 ..."
# Opt-out files from pep8
- ignore_scripts="*.sh:*nova-debug:*clean-vlans"
+ ignore_scripts="*.patch:*.sh:*nova-debug:*clean-vlans"
ignore_files="*eventlet-patch:*pip-requires"
GLOBIGNORE="$ignore_scripts:$ignore_files"
srcfiles=`find bin -type f ! -name "nova.conf*" ! -name "api-paste.ini*"`
srcfiles+=" `find tools/*`"
- srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance"
+ srcfiles+=" nova setup.py"
+ srcfiles+=" plugins/xenserver/networking/etc/xensource/scripts/*"
+ srcfiles+=" plugins/xenserver/xenapi/etc/xapi.d/plugins/*"
# Just run PEP8 in current environment
#
# NOTE(sirp): W602 (deprecated 3-arg raise) is being ignored for the