Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Eduard Matei
Hi, I think you pointed me to the wrong file, the devstack-gate yaml (and line 2201 contains timestamps). I need an example of how to configure tempest to use my driver. I tried EXPORT in the jenkins job (before executing dsvm shell script) but looking at the tempest.txt (log) it shows that it

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Andrey Pavlov
HI, this file has changed since yesterday, New link is https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L2146 or you can find these lines by yourself - export DEVSTACK_LOCAL_CONFIG=CINDER_ISCSI_HELPER=lioadm export

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Asselin, Ramy
questions) Subject: Re: [openstack-dev] ][third-party-ci]Running custom code before tests HI, this file has changed since yesterday, New link is https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L2146 or you can find these lines by yourself - export

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-12 Thread Eduard Matei
Hi, Found some more info (finally): i added a function in the script part in the jenkins job and an export -f and it seems it's being called, so now my backend is installed and configured. I'm now trying to configure cinder to use my driver when running but i couldn't find a way to configure it.

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-12 Thread Andrey Pavlov
Hi, You can something like this - https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L2201 On Wed, Aug 12, 2015 at 2:11 PM, Eduard Matei eduard.ma...@cloudfounders.com wrote: Hi, Found some more info (finally): i added a function in the script part

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-10 Thread Eduard Matei
Hi, Replying to my own post... i found how/where to put the pre_test_hook (in the jenkins job, in the step that executes the devstack-vm script) The problem is that now i need to execute code BETWEEN installation of devstack and start of tests. Is there a hook i can define that will be executed