Hi Michal,
Looking at just this patch it seems it used to run selected driver unit
tests and now not anymore.
I'm close to contributing a set of (new) fgcp driver tests. Do I need to
make any changes anywhere to ensure they get called when anyone runs
rake test?
Also, in relation to patch 08/16,
Hi Michal,
This looks like a case where you are introducing code that, at least in
FGCP's case, will result in 5+ calls to retrieve instance details,
password, public ip addresses and running status just to check a
resource is there, which we discussed in the following issue:
https://issues.apach
On Thu, 2012-07-19 at 16:09 -0700, David Lutterkort wrote:
> On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> > Sorry for this 'scary' $SUBJECT but this patchset deprecate all tests we
> > had in
> > server/tests directory in favor of new internal API tests that will be
> > stored i
On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> Sorry for this 'scary' $SUBJECT but this patchset deprecate all tests we had
> in
> server/tests directory in favor of new internal API tests that will be stored
> in
> this directory.
Nice stuff; unfortunately, running the tests wit
On Wed, 2012-07-18 at 18:04 +0200, mfoj...@redhat.com wrote:
> From: Michal Fojtik
>
>
> Signed-off-by: Michal fojtik
ACK .. there are the header tests I was missing ;)
David
On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> From: Michal Fojtik
>
>
> Signed-off-by: Michal fojtik
> ---
> server/lib/deltacloud_rack.rb |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
What is the problem that this solves ? ACK after adding some explanation
to th
On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> From: Michal Fojtik
>
>
> Signed-off-by: Michal fojtik
> ---
> server/lib/deltacloud/helpers/driver_helper.rb |4
> 1 file changed, 4 insertions(+)
ACK; this should be squashed into 3/7
David
On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> From: Michal Fojtik
>
>
> Signed-off-by: Michal fojtik
> ---
> server/lib/deltacloud/helpers/deltacloud_helper.rb |3 +++
> 1 file changed, 3 insertions(+)
ACK
On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> From: Michal Fojtik
>
>
> Signed-off-by: Michal fojtik
> ---
> server/lib/deltacloud/helpers.rb |4
> 1 file changed, 4 insertions(+)
ACK; the first line of the commit message is too long though, and the
commit message ne
On Wed, 2012-07-18 at 18:03 +0200, mfoj...@redhat.com wrote:
> From: Michal Fojtik
>
> The server/Rakefile now hold just one Rake task for executing tests
> named 'test'. So executing 'rake test' should make all server API
> tests run.
ACK to removing the cucumber related tasks, but why remove r
On Wed, 2012-07-18 at 18:12 +0200, Michal Fojtik wrote:
> Hi,
>
> Sorry the [1/1] has 19MB ;-)
>
> http://omicron.mifo.sk/0001-Core-Moved-all-API-tests-in-server-tests-into-server.patch.gz
ACK to this monster ;)
David
Hi Marios,
Sorry for the late response. This is the updated state machine for
OpenNebula (if I didn't make any mistake)
--8<-
define_instance_states do
start.to(:pending) .on( :create )
pending.to(:running).automatically
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/drivers/mock/mock_driver.rb | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/server/lib/deltacloud/drivers/mock/mock_driver.rb
b/server/lib/deltacloud/drivers/mock/mock_driver.rb
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/helpers/deltacloud_helper.rb |2 +-
server/tests/deltacloud/deltacloud_helper_test.rb |1 +
server/views/blobs/show.xml.haml |3 +--
3 files changed, 3 insertions(+), 3 deletions(-)
diff
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/core_ext/string.rb |1 +
1 file changed, 1 insertion(+)
diff --git a/server/lib/deltacloud/core_ext/string.rb
b/server/lib/deltacloud/core_ext/string.rb
index abf4a28..bc382ed 100644
--- a/server/lib/deltacloud/co
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/core_ext/hash.rb | 12 +++-
server/tests/helpers/core_ext/hash_test.rb | 29 +++-
2 files changed, 31 insertions(+), 10 deletions(-)
diff --git a/server/lib/deltacloud/core_ext/h
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/collections/instance_states.rb |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/server/lib/deltacloud/collections/instance_states.rb
b/server/lib/deltacloud/collections/instance_states.rb
inde
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/collections/images.rb |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/lib/deltacloud/collections/images.rb
b/server/lib/deltacloud/collections/images.rb
index 2bb836e..6c4583d 100644
-
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/collections/buckets.rb | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/server/lib/deltacloud/collections/buckets.rb
b/server/lib/deltacloud/collections/buckets.rb
index 77a431c..b7
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/Rakefile| 10 +--
.../collections/buckets_collection_test.rb | 64
.../collections/drivers_collection_test.rb | 36 +++
.../collections/images_coll
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/Rakefile |7 +-
server/tests/deltacloud/base_collection_test.rb | 29 +
server/tests/deltacloud/collections_test.rb | 34 ++
server/tests/deltacloud/common.rb |
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/Gemfile | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/server/Gemfile b/server/Gemfile
index ed48e01..ef08023 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -3,14 +3,8 @@ source "http://rubygems.
From: Michal Fojtik
The server/Rakefile now hold just one Rake task for executing tests
named 'test'. So executing 'rake test' should make all server API
tests run.
Signed-off-by: Michal fojtik
---
server/Rakefile | 124 +--
1 file changed,
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/helpers.rb |4
1 file changed, 4 insertions(+)
diff --git a/server/lib/deltacloud/helpers.rb b/server/lib/deltacloud/helpers.rb
index 0c66103..6566c59 100644
--- a/server/lib/deltacloud/helpers.rb
+++ b/server
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/helpers/driver_helper.rb |4
1 file changed, 4 insertions(+)
diff --git a/server/lib/deltacloud/helpers/driver_helper.rb
b/server/lib/deltacloud/helpers/driver_helper.rb
index 8ae61c0..5c5e7c6 100644
--- a/se
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/helpers/deltacloud_helper.rb |3 +++
1 file changed, 3 insertions(+)
diff --git a/server/lib/deltacloud/helpers/deltacloud_helper.rb
b/server/lib/deltacloud/helpers/deltacloud_helper.rb
index cec22ac..047e1b2 1006
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/deltacloud_rack.rb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/lib/deltacloud_rack.rb b/server/lib/deltacloud_rack.rb
index 1c1301d..3b609ed 100644
--- a/server/lib/deltacloud_rack.rb
+++ b/server
[
https://issues.apache.org/jira/browse/DTACLOUD-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418189#comment-13418189
]
Deepika Agrawal commented on DTACLOUD-259:
--
The response of register and unregi
28 matches
Mail list logo