Sha256: d9da1355320a74347e9aa3a4f2f3584864ba7e2ef8c55fd3ffe21fd6e22f4383

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 Bytes

Contents

Feature: Hetzner
  In order to manage one or many dedicated servers at hetzner
  As a CLI
  I want to provider a decent, objective interface

  @wip
  Scenario: Display available boot options for a specific server
    When I run `hetzner boot 11.11.11.111 --username='myusername' --password='mycoolpassword'`
    Then the output should contain "11.11.11.111"

  Scenario: Display the status of all failover IPs
    When I run `hetzner failover --username='myusername' --password='mycoolpassword'`
    Then the output should contain "active_server_ip"

  @wip
  Scenario: Display the status of a failover IP
    When I run `hetzner failover 11.11.11.111 --username='myusername' --password='mycoolpassword'`
    Then the output should contain "11.11.11.111"

  Scenario: Update the failover delegation of an ip
    When I run `hetzner failover 22.22.22.222 --to 11.11.11.112 --username='myusername' --password='mycoolpassword'`
    Then the output should contain "active_server_ip"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hetzner-api-1.2.0 features/hetzner.feature