[PATCH conductor] RM 3751 - Fix upstream failure in provider.feature:74

Jason Guiditta jguiditt at redhat.com
Wed Aug 22 20:59:58 UTC 2012


On 21/08/12 15:08 -0700, Richard Su wrote:
>https://www.aeolusproject.org/redmine/issues/3447
>
>The test makes connections to deltacloud. Modified test
>to use mock deltacloud.
>
>This patch is dependent on
>https://lists.fedorahosted.org/pipermail/aeolus-devel/2012-August/012211.html
>---
> src/features/step_definitions/provider_steps.rb |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
>diff --git a/src/features/step_definitions/provider_steps.rb b/src/features/step_definitions/provider_steps.rb
>index 6d07463..05d614b 100644
>--- a/src/features/step_definitions/provider_steps.rb
>+++ b/src/features/step_definitions/provider_steps.rb
>@@ -187,6 +187,7 @@ Given /^this provider has a provider account with (\d+) running instances$/ do |
>   arg1.to_i.times do |i|
>     FactoryGirl.create(:instance, :provider_account => pa, :state => 'running')
>   end
>+  mock_deltacloud
> end
>
> When /^I click on the Providers icon in the menu$/ do
>-- 
>1.7.7.6
>

ACK, pushed.

-j



More information about the aeolus-devel mailing list