The idea would be that a dev/QA working on a feature could write a test case like:
Feature: AWS-style health checks In order to foo blah blarg Scenario: create health check Given a zone of type "Advanced" And a user named "John" And a loadbalancer rule called "LB1" created by "John" When "John" creates a health check of type "Blargh" for "LB1" Then "John" should see <dictionary> On 1/18/13 4:44 AM, "Prasanna Santhanam" <t...@apache.org> wrote: >On Fri, Jan 18, 2013 at 07:17:13AM +0530, Chiradeep Vittal wrote: >> +1. Sounds more like a new feature than a 'refactor'. >> What I'd like is a DSL-kind of experience (which is what cloudmonkey is >> tending to) >> Then we could use Lettuce or Cucumber to write some tests. > >Thanks Chiradeep, the marvin integration libraries have the same verbs >that cloudmonkey uses infact. But don't quite provide a DSL >experience. The CLI does this more automatically and better. > >While true DSL was not the intention of my proposal, I'll see if that >can be provided. > >-- >Prasanna., > >