Sha256: 486d8bf09cd69bf31163ee84d5995264a53295215c66a476ffb544395782a4d7

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

@reboot_test

Feature: Reboot Server Test
  Tests the Reboot servers

Scenario: Reboot server test

  Given A deployment

  When I launch the "frontend" servers
  Then the "frontend" servers become operational

  When I launch the "app" servers
  Then the "frontend" servers become operational

  Given I am testing the "frontend"
  When I reboot the servers
  And the "frontend" servers become operational

  Given I am testing the "app"
  When I reboot the servers
  And the "app" servers become operational

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virtualmonkey-0.0.1 features/old_cuke_features/reboot.feature