For example -
https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/ec2-api.yaml#L45

this job has next lines:
          export DEVSTACK_GATE_TEMPEST=1
          export DEVSTACK_GATE_TEMPEST_NOTESTS=1
first line tells to install tempest
and second tells that job should not run it

and then 'post_test_hook' defines commands to run.

On Sun, Dec 6, 2015 at 7:06 PM, Gal Sagie <[email protected]> wrote:

> Hello all,
>
> I want to write functional tests that will run in the gate but only after
> a devstack
> environment has finished.
> Basically i want to interact with a working enviorment, but i don't want
> the tests that i write
> to fail the python27 gate tests.
>
> (I guess like the Neutron full stack tests, but i haven't found how to do
> it yet)
>
> Can anyone please direct me to an example / or help me figure out how to
> achieve this?
>
> Thanks
> Gal.
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: [email protected]?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
Kind regards,
Andrey Pavlov.
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to