From: Michal Fojtik <[email protected]>
---
tests/mock/instances.feature | 1 +
tests/mock/realms.feature | 1 -
tests/mock/storage_volumes.feature | 1 -
3 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/mock/instances.feature b/tests/mock/instances.feature
index 9e92938..bf49806 100644
--- a/tests/mock/instances.feature
+++ b/tests/mock/instances.feature
@@ -16,6 +16,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
diff --git a/tests/mock/realms.feature b/tests/mock/realms.feature
index 4244e74..e40d869 100644
--- a/tests/mock/realms.feature
+++ b/tests/mock/realms.feature
@@ -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
diff --git a/tests/mock/storage_volumes.feature
b/tests/mock/storage_volumes.feature
index 1d622d5..3011cf5 100644
--- a/tests/mock/storage_volumes.feature
+++ b/tests/mock/storage_volumes.feature
@@ -38,5 +38,4 @@ Feature: Accessing storage volumes
Then client should get this storage_volume
And this storage_volume should have:
| created |
- | mount |
| capacity |
--
1.7.3.2