Skip to content

Instantly share code, notes, and snippets.

@aspiers
Created August 3, 2015 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspiers/ffc7c42237deefb56394 to your computer and use it in GitHub Desktop.
Save aspiers/ffc7c42237deefb56394 to your computer and use it in GitHub Desktop.
@admin
Feature: crowbar batch subcommand
As a cloud administrator
I want to use the crowbar batch command
In order to capture cloud configuration and do unattended configuration
Background:
Given the admin node responds to a ping
And I can establish SSH connection
And I can reach the crowbar API
And the admin node is in "ready" state
Scenario: batch export then build is idempotent
Given "crowbar batch export" on the admin node succeeds
Then "crowbar batch build" on the admin node succeeds
And there are no failures in the output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment