Re: [openstack-dev] [Tempest][Solum] Writing functional tests in tempest style

2014-01-07 Thread Jay Pipes
On Mon, 2014-01-06 at 11:46 -0800, Georgy Okrokvertskhov wrote: Thank you for your input. Right now this approach allows to run integration tests with and without tempest. I think this is valuable for the project as anyone can run integration tests on their laptop having only keystone

Re: [openstack-dev] [Tempest][Solum] Writing functional tests in tempest style

2014-01-07 Thread Georgy Okrokvertskhov
Hi Jay, Thank you very much for working on that! Thanks Georgy On Tue, Jan 7, 2014 at 12:50 PM, Jay Pipes jaypi...@gmail.com wrote: On Mon, 2014-01-06 at 11:46 -0800, Georgy Okrokvertskhov wrote: Thank you for your input. Right now this approach allows to run integration tests with and

Re: [openstack-dev] [Tempest][Solum] Writing functional tests in tempest style

2014-01-06 Thread Georgy Okrokvertskhov
Hi Jay, Thank you for your input. Right now this approach allows to run integration tests with and without tempest. I think this is valuable for the project as anyone can run integration tests on their laptop having only keystone available. It will be great to have some input from Tempest team.

Re: [openstack-dev] [Tempest][Solum] Writing functional tests in tempest style

2013-12-26 Thread Jay Pipes
On 12/26/2013 03:34 PM, Georgy Okrokvertskhov wrote: Hi, In Solum project we decided to write functional\integration tests from the very beginning. ++! :) Initially we used pecan testing framework, but after discussion we moved to standard HTTP client approach used in other projects. In