Re: [PATCH] SITE: Update test recording instructions

2013-03-14 Thread jvlcek
On 03/14/2013 05:31 PM, David Lutterkort wrote: > On Wed, 2013-03-13 at 17:28 -0400, jvlcek wrote: >> On 03/13/2013 01:41 PM, David Lutterkort wrote: >>> On Wed, 2013-03-13 at 08:50 -0400, jvlcek wrote: On 03/12/2013 06:26 PM, David Lutterkort wrote: > On Tue, 2013-03-12 at 17:39 -0400, jv

Re: [PATCH] SITE: Update test recording instructions

2013-03-14 Thread David Lutterkort
On Wed, 2013-03-13 at 17:28 -0400, jvlcek wrote: > On 03/13/2013 01:41 PM, David Lutterkort wrote: > > On Wed, 2013-03-13 at 08:50 -0400, jvlcek wrote: > >> On 03/12/2013 06:26 PM, David Lutterkort wrote: > >>> On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: > From: Joe VLcek > >>

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread jvlcek
On 03/13/2013 01:41 PM, David Lutterkort wrote: > On Wed, 2013-03-13 at 08:50 -0400, jvlcek wrote: >> On 03/12/2013 06:26 PM, David Lutterkort wrote: >>> On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: From: Joe VLcek This is required to better describe recent changes >>

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread David Lutterkort
On Wed, 2013-03-13 at 08:50 -0400, jvlcek wrote: > On 03/12/2013 06:26 PM, David Lutterkort wrote: > > On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: > >> From: Joe VLcek > >> > >> This is required to better describe recent changes > >> for parameterizing recording and provider config

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread David Lutterkort
On Wed, 2013-03-13 at 10:05 +1100, Koper, Dies wrote: > I've been wondering something about this re-recording. > In the fgcp unit tests I have ' :record => :new_episodes' in default cassette > options. > The first time I run new tests, it does a recording. If I want to rerecord, I > delete the re

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread jvlcek
On 03/13/2013 08:50 AM, jvlcek wrote: > On 03/12/2013 06:26 PM, David Lutterkort wrote: >> On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: >>> From: Joe VLcek >>> >>> This is required to better describe recent changes >>> for parameterizing recording and provider configuration >>> of c

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread jvlcek
will be made.Which according to my understanding is >> the safer approach. >> >> The VCR_RECORD is only an environment variable that is picked up by the >> tests to toggle the record mode. It does not cause any source file >> clean-up of old fixtures. >> &

RE: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread Koper, Dies
onment variable? Regards, Dies Koper > -Original Message- > From: jvlcek [mailto:jvl...@redhat.com] > Sent: Thursday, 14 March 2013 12:01 AM > To: dev@deltacloud.apache.org > Cc: Koper, Dies > Subject: Re: [PATCH] SITE: Update test recording instructions > > On 03

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread jvlcek
] >> Sent: Wednesday, 13 March 2013 9:27 AM >> To: dev@deltacloud.apache.org >> Subject: Re: [PATCH] SITE: Update test recording instructions >> >> On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: >>> From: Joe VLcek >>> >>> This

Re: [PATCH] SITE: Update test recording instructions

2013-03-13 Thread jvlcek
On 03/12/2013 06:26 PM, David Lutterkort wrote: > On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: >> From: Joe VLcek >> >> This is required to better describe recent changes >> for parameterizing recording and provider configuration >> of credentials and resources to avoid having to ed

RE: [PATCH] SITE: Update test recording instructions

2013-03-12 Thread Koper, Dies
VCR_RECORD trigger? Cheers, Dies Koper > -Original Message- > From: David Lutterkort [mailto:lut...@redhat.com] > Sent: Wednesday, 13 March 2013 9:27 AM > To: dev@deltacloud.apache.org > Subject: Re: [PATCH] SITE: Update test recording instructions > > On Tue, 2

Re: [PATCH] SITE: Update test recording instructions

2013-03-12 Thread David Lutterkort
On Tue, 2013-03-12 at 17:39 -0400, jvl...@redhat.com wrote: > From: Joe VLcek > > This is required to better describe recent changes > for parameterizing recording and provider configuration > of credentials and resources to avoid having to edit > test source code in order to record test fixtures

[PATCH] SITE: Update test recording instructions

2013-03-12 Thread jvlcek
From: Joe VLcek This is required to better describe recent changes for parameterizing recording and provider configuration of credentials and resources to avoid having to edit test source code in order to record test fixtures. --- site/content/running-the-white-box-tests.md| 25 -- .