Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Emilien Macchi
On 09/24/2015 05:16 PM, Jeremy Stanley wrote: > On 2015-09-24 14:39:49 -0500 (-0500), Alex Schultz wrote: > [...] >> Being able to run tests without internet connectivity is important to >> some people so I want to make sure that can continue without having to >> break the process mid-cycle to tr

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Jeremy Stanley
On 2015-09-24 14:39:49 -0500 (-0500), Alex Schultz wrote: [...] > Being able to run tests without internet connectivity is important to > some people so I want to make sure that can continue without having to > break the process mid-cycle to try and inject a workaround. It would > better if we coul

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Clark Boylan
On Thu, Sep 24, 2015, at 12:39 PM, Alex Schultz wrote: > On Thu, Sep 24, 2015 at 1:58 PM, Emilien Macchi > wrote: > > > > > > On 09/24/2015 02:19 PM, Alex Schultz wrote: > >> On Thu, Sep 24, 2015 at 11:54 AM, Emilien Macchi > >> wrote: > >>> > >>> > >>> On 09/24/2015 10:14 AM, Alex Schultz wrote

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Alex Schultz
On Thu, Sep 24, 2015 at 1:58 PM, Emilien Macchi wrote: > > > On 09/24/2015 02:19 PM, Alex Schultz wrote: >> On Thu, Sep 24, 2015 at 11:54 AM, Emilien Macchi wrote: >>> >>> >>> On 09/24/2015 10:14 AM, Alex Schultz wrote: On Wed, Sep 23, 2015 at 4:56 PM, Emilien Macchi wrote: > Background

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Emilien Macchi
On 09/24/2015 02:19 PM, Alex Schultz wrote: > On Thu, Sep 24, 2015 at 11:54 AM, Emilien Macchi wrote: >> >> >> On 09/24/2015 10:14 AM, Alex Schultz wrote: >>> On Wed, Sep 23, 2015 at 4:56 PM, Emilien Macchi wrote: Background == Current rspec tests are tested with mod

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Alex Schultz
On Thu, Sep 24, 2015 at 11:54 AM, Emilien Macchi wrote: > > > On 09/24/2015 10:14 AM, Alex Schultz wrote: >> On Wed, Sep 23, 2015 at 4:56 PM, Emilien Macchi wrote: >>> Background >>> == >>> >>> Current rspec tests are tested with modules mentioned in .fixtures.yaml >>> file of each module

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Emilien Macchi
On 09/24/2015 10:14 AM, Alex Schultz wrote: > On Wed, Sep 23, 2015 at 4:56 PM, Emilien Macchi wrote: >> Background >> == >> >> Current rspec tests are tested with modules mentioned in .fixtures.yaml >> file of each module. >> >> * the file is not consistent across all modules >> * it har

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Alex Schultz
On Wed, Sep 23, 2015 at 4:56 PM, Emilien Macchi wrote: > Background > == > > Current rspec tests are tested with modules mentioned in .fixtures.yaml > file of each module. > > * the file is not consistent across all modules > * it hardcodes module names & versions > * this way does not all

Re: [openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-24 Thread Sofer Athlan-Guyot
Emilien Macchi writes: > Background > == > > Current rspec tests are tested with modules mentioned in .fixtures.yaml > file of each module. > > * the file is not consistent across all modules > * it hardcodes module names & versions IMHO, this alone justify it. > * this way does not all

[openstack-dev] [puppet] use zuul-cloner when running rspec

2015-09-23 Thread Emilien Macchi
Background == Current rspec tests are tested with modules mentioned in .fixtures.yaml file of each module. * the file is not consistent across all modules * it hardcodes module names & versions * this way does not allow to use "Depend-On" feature, that would allow to test cross-modules pa