You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by rl...@redhat.com on 2013/03/18 21:43:53 UTC

CIMI - Tests - adding back testing for addresses collection

addresses was commented out in cep_test.rb (reason: "addresses exposes a Rabbit bug"). I didn't see any failures caused by uncommenting addresses. If anyone knows more about the "Rabbit bug" and can repro with addresses, feel free to NACK this. 

[PATCH] CIMI - Tests - adding back testing for addresses collection

Posted by rl...@redhat.com.
From: Ronelle Landy <rl...@redhat.com>

---
 tests/cimi/cep_test.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/cimi/cep_test.rb b/tests/cimi/cep_test.rb
index c36ca16..f5b046f 100644
--- a/tests/cimi/cep_test.rb
+++ b/tests/cimi/cep_test.rb
@@ -26,9 +26,7 @@ class CloundEntryPointBehavior < CIMI::Test::Spec
             "volumes", "volumeTemplates", "volumeConfigs", "volumeImages",
             "networks", "networkTemplates", "networkConfigs", "networkPorts",
             "networkPortTemplates", "networkPortConfigs",
-# FIXME: addresses exposes a Rabbit bug
-#            "addresses",
-            "addressTemplates", "forwardingGroups",
+            "addresses", "addressTemplates", "forwardingGroups",
             "forwardingGroupTemplates",
             "jobs", "meters", "meterTemplates", "meterConfigs",
             "eventLogs", "eventLogTemplates" ]
-- 
1.8.1.4