From: Michal Fojtik <[email protected]>
Signed-off-by: Michal fojtik <[email protected]> --- tests/ec2/instances.feature | 2 ++ tests/ec2/realms.feature | 1 - tests/mock/instances.feature | 1 + tests/mock/realms.feature | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/ec2/instances.feature b/tests/ec2/instances.feature index a0cab7e..2329274 100644 --- a/tests/ec2/instances.feature +++ b/tests/ec2/instances.feature @@ -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 | diff --git a/tests/ec2/realms.feature b/tests/ec2/realms.feature index 4244e74..e40d869 100644 --- a/tests/ec2/realms.feature +++ b/tests/ec2/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/instances.feature b/tests/mock/instances.feature index 83a5017..ffe1b12 100644 --- a/tests/mock/instances.feature +++ b/tests/mock/instances.feature @@ -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 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 -- 1.7.4.1
