You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2011/11/29 14:44:58 UTC

[PATCH core 06/10] CIMI: Added posibility to run all CIMI scenarios at once by invoking 'rake cimi'

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 server/Rakefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/server/Rakefile b/server/Rakefile
index 1668474..50ea60a 100644
--- a/server/Rakefile
+++ b/server/Rakefile
@@ -50,6 +50,10 @@ begin
       end
     end
   end
+  Cucumber::Rake::Task.new(:cimi) do |t|
+    t.cucumber_opts = "tests/cimi/features/*.feature --format pretty"
+    t.rcov = false
+  end
   namespace :cimi do
     Cucumber::Rake::Task.new(:machines) do |t|
       t.cucumber_opts = "tests/cimi/features/machines.feature --format pretty"
-- 
1.7.4.4