You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2011/06/17 10:30:00 UTC

svn commit: r1136803 - in /incubator/deltacloud/trunk/tests: ec2/api.feature ec2/instances.feature mock/instances.feature

Author: marios
Date: Fri Jun 17 08:29:59 2011
New Revision: 1136803

URL: http://svn.apache.org/viewvc?rev=1136803&view=rev
Log:
Fixes failing cucumber scenarios (firewalls and authentication)

Signed-off-by: marios <ma...@redhat.com>

Modified:
    incubator/deltacloud/trunk/tests/ec2/api.feature
    incubator/deltacloud/trunk/tests/ec2/instances.feature
    incubator/deltacloud/trunk/tests/mock/instances.feature

Modified: incubator/deltacloud/trunk/tests/ec2/api.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/api.feature?rev=1136803&r1=1136802&r2=1136803&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/api.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/api.feature Fri Jun 17 08:29:59 2011
@@ -25,6 +25,7 @@ Feature: Accessing API entry points
     | storage_snapshots  |
     | storage_volumes    |
     | addresses |
+    | firewalls |
     And this URI should be available in XML, JSON, HTML format
 
   Scenario: Following entry points
@@ -44,6 +45,7 @@ Feature: Accessing API entry points
     | storage_snapshots  |
     | storage_volumes    |
     | addresses |
+    | firewalls |
     And each link should have 'rel' attribute with valid name
     And each link should have 'href' attribute with valid URL
     When client follow this attribute
@@ -57,6 +59,6 @@ Feature: Accessing API entry points
     | authentication_key |
     | attach_snapshot |
     | user_data |
-    | security_group |
     | register_to_load_balancer |
     | instance_count |
+    | firewall |

Modified: incubator/deltacloud/trunk/tests/ec2/instances.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/instances.feature?rev=1136803&r1=1136802&r2=1136803&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/instances.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/instances.feature Fri Jun 17 08:29:59 2011
@@ -61,6 +61,7 @@ Feature: Managing instances
     | actions |
     | public_addresses |
     | private_addresses |
+    | authentication |
     And each instance should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format
 

Modified: incubator/deltacloud/trunk/tests/mock/instances.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/instances.feature?rev=1136803&r1=1136802&r2=1136803&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/instances.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/instances.feature Fri Jun 17 08:29:59 2011
@@ -17,6 +17,7 @@ Feature: Managing instances
     | authentication |
     | public_addresses |
     | private_addresses |
+    | authentication |
     And each instance should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format