Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1EC3E903 for ; Tue, 22 Jan 2013 15:11:18 +0000 (UTC) Received: (qmail 26304 invoked by uid 500); 22 Jan 2013 15:11:18 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 26264 invoked by uid 500); 22 Jan 2013 15:11:18 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 26162 invoked by uid 99); 22 Jan 2013 15:11:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 15:11:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8DA93822CD6; Tue, 22 Jan 2013 15:11:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mfojtik@apache.org To: commits@deltacloud.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: TESTS: adding task to run launcher_test from the deltacloud/tests dir. Message-Id: <20130122151114.8DA93822CD6@tyr.zones.apache.org> Date: Tue, 22 Jan 2013 15:11:14 +0000 (UTC) Updated Branches: refs/heads/master 8651ec62d -> d49546e5e TESTS: adding task to run launcher_test from the deltacloud/tests dir. TrackedAt: http://tracker.deltacloud.org/patch/1e59e16da441bfb00f51d67379a798258264b2e8 Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/03458553 Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/03458553 Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/03458553 Branch: refs/heads/master Commit: 03458553201744658b95190805bd4cfa4ef85acf Parents: 8651ec6 Author: Ronelle Landy Authored: Mon Jan 21 10:56:46 2013 -0500 Committer: Michal fojtik Committed: Tue Jan 22 16:10:58 2013 +0100 ---------------------------------------------------------------------- server/tests/deltacloud/launcher_test.rb | 3 --- tests/Rakefile | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/03458553/server/tests/deltacloud/launcher_test.rb ---------------------------------------------------------------------- diff --git a/server/tests/deltacloud/launcher_test.rb b/server/tests/deltacloud/launcher_test.rb index d87247b..e1ce2a5 100644 --- a/server/tests/deltacloud/launcher_test.rb +++ b/server/tests/deltacloud/launcher_test.rb @@ -1,5 +1,3 @@ -=begin - # TODO: This test require full access to 'kill' command and also # ability to execute the actual launcher. # @@ -105,4 +103,3 @@ describe "deltacloudd" do end end -=end http://git-wip-us.apache.org/repos/asf/deltacloud/blob/03458553/tests/Rakefile ---------------------------------------------------------------------- diff --git a/tests/Rakefile b/tests/Rakefile index b196aed..f7e6fe5 100644 --- a/tests/Rakefile +++ b/tests/Rakefile @@ -30,6 +30,10 @@ namespace :test do end end + Rake::TestTask.new(:serverblackbox) do |t| + t.test_files = FileList["../server/tests/deltacloud/launcher_test.rb"] + end + Rake::TestTask.new(:cimi) do |t| t.test_files = FileList["cimi/*_test.rb"] end