From: marios <[email protected]>
Signed-off-by: marios <[email protected]>
---
tests/ec2/api.feature | 4 +++-
tests/ec2/instances.feature | 1 +
tests/mock/instances.feature | 1 +
3 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/tests/ec2/api.feature b/tests/ec2/api.feature
index 30862ef..a23a4a7 100644
--- a/tests/ec2/api.feature
+++ b/tests/ec2/api.feature
@@ -25,6 +25,7 @@ Feature: Accessing API entry points
| storage_snapshots |
| storage_volumes |
| addresses |
+ | firewalls |
And this URI should be available in XML, JSON, HTML format
Scenario: Following entry points
@@ -44,6 +45,7 @@ Feature: Accessing API entry points
| storage_snapshots |
| storage_volumes |
| addresses |
+ | firewalls |
And each link should have 'rel' attribute with valid name
And each link should have 'href' attribute with valid URL
When client follow this attribute
@@ -57,6 +59,6 @@ Feature: Accessing API entry points
| authentication_key |
| attach_snapshot |
| user_data |
- | security_group |
| register_to_load_balancer |
| instance_count |
+ | firewall |
diff --git a/tests/ec2/instances.feature b/tests/ec2/instances.feature
index 2329274..0a5b91a 100644
--- a/tests/ec2/instances.feature
+++ b/tests/ec2/instances.feature
@@ -61,6 +61,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/instances.feature b/tests/mock/instances.feature
index ffe1b12..256d1cd 100644
--- a/tests/mock/instances.feature
+++ b/tests/mock/instances.feature
@@ -17,6 +17,7 @@ Feature: Managing instances
| authentication |
| 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
--
1.7.3.4