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

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

Author: mfojtik
Date: Thu Jun 30 12:49:16 2011
New Revision: 1141514

URL: http://svn.apache.org/viewvc?rev=1141514&view=rev
Log:
Fixed EC2 cucumber features to reflect recent firewalls addition and authentication changes

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

Modified: incubator/deltacloud/trunk/tests/ec2/api.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/api.feature?rev=1141514&r1=1141513&r2=1141514&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/api.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/api.feature Thu Jun 30 12:49:16 2011
@@ -59,6 +59,5 @@ Feature: Accessing API entry points
     | authentication_key |
     | attach_snapshot |
     | user_data |
-    | register_to_load_balancer |
     | instance_count |
-    | firewall |
+    | firewalls |

Modified: incubator/deltacloud/trunk/tests/ec2/instances.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/instances.feature?rev=1141514&r1=1141513&r2=1141514&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/instances.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/instances.feature Thu Jun 30 12:49:16 2011
@@ -55,13 +55,13 @@ Feature: Managing instances
     | launch_time |
     | owner_id |
     | image |
+    | firewalls |
     | realm |
     | state |
     | hardware_profile |
     | 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
 
@@ -86,6 +86,7 @@ Feature: Managing instances
     | name |
     | owner_id |
     | image |
+    | firewalls |
     | realm |
     | state |
     | hardware_profile |