summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-14 00:26:12 +0000
committerGerrit Code Review <review@openstack.org>2012-02-14 00:26:12 +0000
commitf038bf5cff13d0b070df5ddba0306759acbcbaf3 (patch)
treec9095e0d2fcee4293bd12ddc911031ff6604a44f
parentb93d2c71503da7bc8c7a339d9c0419ca14684351 (diff)
parent61e6f4e34aebdcc79d377fafede563dbd9e63019 (diff)
downloadnova-f038bf5cff13d0b070df5ddba0306759acbcbaf3.tar.gz
nova-f038bf5cff13d0b070df5ddba0306759acbcbaf3.tar.xz
nova-f038bf5cff13d0b070df5ddba0306759acbcbaf3.zip
Merge "bug 929428: pep8 validation on all xapi plugins"
-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