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
