[PATCH conductor] Redmine #3209 - fix test for new version of deltacloud client

Jason Guiditta jguiditt at redhat.com
Fri Apr 27 19:37:58 UTC 2012


https://www.aeolusproject.org/redmine/issues/3209

Simple fix, there will be another feature/task to add support for
verifying the provider (rather than just the deltacloud core instance),
is valid, which is now supported by the client.  In the meantime, this
removes one more case where we were hitting core directly, which we try
not to do in the tests.
---
 src/features/support/custom.rb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/features/support/custom.rb b/src/features/support/custom.rb
index ce6e872..a02427c 100644
--- a/src/features/support/custom.rb
+++ b/src/features/support/custom.rb
@@ -22,6 +22,10 @@ Provider.class_eval do
   def valid_framework?
     true
   end
+
+  def populate_realms
+    true
+  end
 end
 
 ProviderAccount.class_eval do
-- 
1.7.7.6




More information about the aeolus-devel mailing list