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/07 12:21:52 UTC

svn commit: r1132945 - in /incubator/deltacloud/trunk/tests: ec2/instances.feature ec2/realms.feature mock/instances.feature mock/realms.feature

Author: mfojtik
Date: Tue Jun  7 10:21:52 2011
New Revision: 1132945

URL: http://svn.apache.org/viewvc?rev=1132945&view=rev
Log:
Fixed tests for new URI helpers

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

Modified: incubator/deltacloud/trunk/tests/ec2/instances.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/instances.feature?rev=1132945&r1=1132944&r2=1132945&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/instances.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/instances.feature Tue Jun  7 10:21:52 2011
@@ -51,6 +51,8 @@ Feature: Managing instances
     And this element contains some instances
     And each instance should have:
     | name |
+    | authentication |
+    | launch_time |
     | owner_id |
     | image |
     | realm |

Modified: incubator/deltacloud/trunk/tests/ec2/realms.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/realms.feature?rev=1132945&r1=1132944&r2=1132945&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/realms.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/realms.feature Tue Jun  7 10:21:52 2011
@@ -9,7 +9,6 @@ Feature: Accessing realms
     And each realm should have:
     | name |
     | state |
-    | limit |
     And each realm 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=1132945&r1=1132944&r2=1132945&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/instances.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/instances.feature Tue Jun  7 10:21:52 2011
@@ -14,6 +14,7 @@ Feature: Managing instances
     | state |
     | hardware_profile |
     | actions |
+    | authentication |
     | public_addresses |
     | private_addresses |
     And each instance should have 'href' attribute with valid URL

Modified: incubator/deltacloud/trunk/tests/mock/realms.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/realms.feature?rev=1132945&r1=1132944&r2=1132945&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/realms.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/realms.feature Tue Jun  7 10:21:52 2011
@@ -9,7 +9,6 @@ Feature: Accessing realms
     And each realm should have:
     | name |
     | state |
-    | limit |
     And each realm should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format