Sha256: 22e8f3c90bbbf6bec70adaa8a4515a5502c3bd8d7146b5869b7ebc583d9009cb

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

Feature: Change Power State of a VM
  In order to manage servers
  I want to be able to change the power state of VMs
  So I can easily manage these servers

  Scenario: Power with no arguments
    When I power with no arguments
    Then the exit status should be 1

  Scenario: Power vm into an unknown state
    When I power machine "vmfrozen01" into state "unfrozed"
    Then the exit status should be 1

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vmesh-0.1.11 features/vmesh.power.feature
vmesh-0.1.7 features/vmesh.power.feature
vmesh-0.1.6 features/vmesh.power.feature
vmesh-0.1.5 features/vmesh.power.feature
vmesh-0.1.4 features/vmesh.power.feature
vmesh-0.1.3 features/vmesh.power.feature