]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Don't do PEP8 test for openstack-common code.
authorZhiteng Huang <zhiteng.huang@intel.com>
Mon, 23 Jul 2012 06:39:48 +0000 (14:39 +0800)
committerZhiteng Huang <zhiteng.huang@intel.com>
Mon, 23 Jul 2012 06:39:48 +0000 (14:39 +0800)
commit612b1bd95510252721ba1a0531bd27e2706cad1d
treead330b87a78f301755d0f3b31f6caca617d1ce1c
parent3a2036cccb2852b29d2aca15bd25d9e4ad919bcc
Don't do PEP8 test for openstack-common code.

Pep8 test reports issue on openstack-common modules, which would
fail CI test. Pep8 test should skip openstack-common and assuming
they are problem-free code. Even it's not, bug/fix should go to
openstack-common first, then resync back to Cinder.  Therefore,
Cinder should skip pep8 test for openstack-common code.

Fix bug #1027774

Change-Id: I22c45542401022a6bad9f2320e8657f972915f69
run_tests.sh