[PATCH 1/2] tests: split common helper out of test_setup.rb

2012-08-07 Thread lutter
From: David Lutterkort --- tests/deltacloud/test_setup.rb | 47 +++-- tests/helpers/common.rb| 63 2 files changed, 68 insertions(+), 42 deletions(-) create mode 100644 tests/helpers/common.rb diff --git a/tests/delta

Very simple CIMI tests

2012-08-07 Thread lutter
Some extremely simple CIMI tests - they just check that the cloud entry point is there and returns something. Note the interesting way in which we query for the collections in cimi/test_helper.rb - I think the spec needs to be changed to make that a little more precise. David

[PATCH 2/2] tests: very simple CIMI tests

2012-08-07 Thread lutter
From: David Lutterkort --- tests/Rakefile|4 ++ tests/cimi/cep_test.rb| 38 tests/cimi/test_helper.rb | 108 + tests/config.yaml |6 +++ 4 files changed, 156 insertions(+), 0 deletions(-) create mode

[jira] [Created] (DTACLOUD-294) OpenNebula driver: GET /api/hardware_profiles, GET /api/images throw 500 errors

2012-08-07 Thread Ronelle Landy (JIRA)
Ronelle Landy created DTACLOUD-294: -- Summary: OpenNebula driver: GET /api/hardware_profiles, GET /api/images throw 500 errors Key: DTACLOUD-294 URL: https://issues.apache.org/jira/browse/DTACLOUD-294

Re: [PATCH 1/2] Fixes for blob streaming GET /bucket/blob/content

2012-08-07 Thread David Lutterkort
On Tue, 2012-08-07 at 14:56 +0300, mar...@redhat.com wrote: > From: marios > > > Signed-off-by: marios > --- > server/lib/deltacloud/collections/buckets.rb |2 +- > server/lib/deltacloud/drivers/mock/mock_driver.rb |3 +++ > .../lib/deltacloud/helpers/blob_stream_helper.rb |

[jira] [Resolved] (DTACLOUD-292) error when public/private ip or instance state is not returned by driver

2012-08-07 Thread Michal Fojtik (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Fojtik resolved DTACLOUD-292. Resolution: Fixed Assignee: Michal Fojtik commit ac24be5fe9dd88c48f4886bbb8599c4701

[jira] [Commented] (DTACLOUD-292) error when public/private ip or instance state is not returned by driver

2012-08-07 Thread Michal Fojtik (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430460#comment-13430460 ] Michal Fojtik commented on DTACLOUD-292: ACK. Good catch! > err

[jira] [Created] (DTACLOUD-293) Error when running client tests ('rake spec') on F17 (ruby 1.9.3)

2012-08-07 Thread Ronelle Landy (JIRA)
Ronelle Landy created DTACLOUD-293: -- Summary: Error when running client tests ('rake spec') on F17 (ruby 1.9.3) Key: DTACLOUD-293 URL: https://issues.apache.org/jira/browse/DTACLOUD-293 Project: Delt

Re: [PATCH 2/2] API TESTS: restores streaming GET content test

2012-08-07 Thread Ronelle Landy
> From: mar...@redhat.com > To: dev@deltacloud.apache.org > Sent: Tuesday, August 7, 2012 7:56:54 AM > Subject: [PATCH 2/2] API TESTS: restores streaming GET content test > QE ACK on Patch 1/2 and 2/2 ... will restest with smaller number of blobs > From: marios > > > Signed-off-by: marios > --

Re: Proposal: Adding billing API support to Deltacloud

2012-08-07 Thread samridh srinath
Hi David, On Tue, Aug 7, 2012 at 3:37 AM, David Lutterkort wrote: > Hi Samridh, > > I think that would be a great addition to the DC API. Do you have an > outline what the billing resources should look like, in particular what > data and operations they could support ? I think in terms of opera

Re: [PATCH core] Client: Retired deltacloudc into clients directory

2012-08-07 Thread mar...@redhat.com
On 07/08/12 12:21, mfoj...@redhat.com wrote: > From: Michal Fojtik > > ACK and pushed on request from Michal > Signed-off-by: Michal fojtik > --- > client/bin/deltacloudc | 245 > > client/lib/plain_formatter.rb | 145

[PATCH 1/2] Fixes for blob streaming GET /bucket/blob/content

2012-08-07 Thread marios
From: marios Signed-off-by: marios --- server/lib/deltacloud/collections/buckets.rb |2 +- server/lib/deltacloud/drivers/mock/mock_driver.rb |3 +++ .../lib/deltacloud/helpers/blob_stream_helper.rb | 10 -- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git

[PATCH 2/2] API TESTS: restores streaming GET content test

2012-08-07 Thread marios
From: marios Signed-off-by: marios --- tests/deltacloud/buckets_test.rb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tests/deltacloud/buckets_test.rb b/tests/deltacloud/buckets_test.rb index 82e0e19..38fc120 100644 --- a/tests/deltacloud/buckets_test.rb +++ b/tests/

[PATCH core] Client: Retired deltacloudc into clients directory

2012-08-07 Thread mfojtik
From: Michal Fojtik Signed-off-by: Michal fojtik --- client/bin/deltacloudc | 245 client/lib/plain_formatter.rb | 145 - client/tests/cmd.rb| 214 --- client/tests/common.r