[PATCH 5/8] RM 3145 added cucumber tests

Tzu-Mainn Chen tzumainn at redhat.com
Wed May 9 01:02:34 UTC 2012


---
 src/features/logs.feature |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 src/features/logs.feature

diff --git a/src/features/logs.feature b/src/features/logs.feature
new file mode 100644
index 0000000..98bbe34
--- /dev/null
+++ b/src/features/logs.feature
@@ -0,0 +1,16 @@
+Feature: View Logs
+  In order to manage my cloud infrastructure
+  As a user
+  I want to view logs
+
+  Background:
+    Given I am an authorised user
+    And I am logged in
+
+  Scenario: View logs
+    Given there is a deployment named "MySQL Cluster" belonging to "Databases" owned by "bob"
+    And I am on the logs page
+    Then I should see "created"
+    When I select "stopped" from "state"
+    And I press "apply_logs_filter"
+    Then I should not see "created"
-- 
1.7.6.5




More information about the aeolus-devel mailing list