summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJustin Shepherd <jshepher@rackspace.com>2011-05-16 08:23:10 -0500
committerJustin Shepherd <jshepher@rackspace.com>2011-05-16 08:23:10 -0500
commit93fad121c209af015fc2f359c55ad28bba389941 (patch)
tree5b1d237a9e5862c83d6b912a8d6ff8d1329714c2 /run_tests.sh
parent8d8076ff87e988f40c9ee3a24b7c3963064921bd (diff)
downloadnova-93fad121c209af015fc2f359c55ad28bba389941.tar.gz
Added lines to include tools/* (except ajaxterm) in pep8 tests
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index e3a0bd2435..a9def3e358 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -61,6 +61,8 @@ function run_pep8 {
echo "Running pep8 ..."
srcfiles=`find bin -type f ! -name "nova.conf*"`
srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance"
+ srcfiles+=" tools/clean-vlans tools/esx/guest_tool.py tools/euca-get-ajax-console"
+ srcfiles+=" tools/install_venv.py tools/nova-debug"
pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py ${srcfiles}
}