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 2010/11/26 10:59:10 UTC

svn commit: r1039291 - in /incubator/deltacloud/trunk/tests/mock: api.feature instances.feature storage_volumes.feature

Author: mfojtik
Date: Fri Nov 26 09:59:10 2010
New Revision: 1039291

URL: http://svn.apache.org/viewvc?rev=1039291&view=rev
Log:
Fixed Cucumber tests for key collection inside Mock

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

Modified: incubator/deltacloud/trunk/tests/mock/api.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/api.feature?rev=1039291&r1=1039290&r2=1039291&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/api.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/api.feature Fri Nov 26 09:59:10 2010
@@ -49,4 +49,5 @@ Feature: Accessing API entry points
     When client access this URI
     Then client should get list of features inside 'instances':
     | user_name |
+    | authentication_key |
     | hardware_profiles |

Modified: incubator/deltacloud/trunk/tests/mock/instances.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/instances.feature?rev=1039291&r1=1039290&r2=1039291&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/instances.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/instances.feature Fri Nov 26 09:59:10 2010
@@ -44,6 +44,7 @@ Feature: Managing instances
     | state |
     | hardware_profile |
     | actions |
+    | authentication |
     | public_addresses |
     | private_addresses |
 

Modified: incubator/deltacloud/trunk/tests/mock/storage_volumes.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/storage_volumes.feature?rev=1039291&r1=1039290&r2=1039291&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/storage_volumes.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/storage_volumes.feature Fri Nov 26 09:59:10 2010
@@ -38,4 +38,5 @@ Feature: Accessing storage volumes
     Then client should get this storage_volume
     And this storage_volume should have:
     | created |
+    | mount |
     | capacity |