Thanks for the answer Andrey, In the post_test_hook of this, you run the ec2-api functional tests. What i am asking, is how to prevent these tests from running in gate-X-python27 for example (which they will obviously fail as they need a working devstack to run)
Maybe i am not understanding something fundamental here. Gal. On Sun, Dec 6, 2015 at 6:56 PM, Andrey Pavlov <[email protected]> wrote: > 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 > > -- Best Regards , The G.
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
