[openstack-dev] [tempest] who builds other part of test environment

2014-03-05 Thread Gareth
Hi Here a test result: http://logs.openstack.org/25/78325/3/check/gate-rally-pep8/323b39c/console.htmland its result is different from in my local environment. So I want to check some details of official test environment, for example /home/jenkins/workspace/gate-rally-pep8/tox.ini. I guess it is

Re: [openstack-dev] [tempest] who builds other part of test environment

2014-03-05 Thread Joshua Hesketh
Hi Gareth, Tempest shouldn't touch the test that you are looking at. The Jenkins job should execute using the tox.ini in the rally repository so that part should be the same as your local environment. This is the relevant part loaded onto the Jenkin's slaves:

Re: [openstack-dev] [tempest] who builds other part of test environment

2014-03-05 Thread Gareth
The difference is that: in my local environment, running tox -epep8 failed but succeeded in Jenkins. So I guess the tox.ini may be different. On Thu, Mar 6, 2014 at 11:38 AM, Joshua Hesketh joshua.hesk...@rackspace.com wrote: Hi Gareth, Tempest shouldn't touch the test that you are looking

Re: [openstack-dev] [tempest] who builds other part of test environment

2014-03-05 Thread Gareth
fixed! The reason is that .gitignore contains 'build/' but pep8 checking doesn't ignore it. So there are many mistakes in build//*.py. After removing build dir, everything runs well On Thu, Mar 6, 2014 at 11:55 AM, Gareth academicgar...@gmail.com wrote: The difference is that: in my local