Sha256: 70b8350bdaffdabceb90c52498a39dca61be5d321c694b080ec08c7f55fe036d

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

@app_state

Feature: Unified App Server Test
  Tests the RightScale app servers

Scenario: App server test

  Given A deployment
  When I launch the frontends
  And I hack the frontend rc crap
  Then the frontends become operational  

  When I launch the appservers
  And I hack the appservers rc crap
  Then the appservers become operational  

  When I reboot the frontends
  Then the frontends become non-operational
  Then the frontends become operational  

  When I reboot the appservers
  Then the appservers become non-operational  
  Then the appservers become operational  


Version data entries

1 entries across 1 versions & 1 rubygems

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