Sha256: 39b73863cd5ede0f909b9ec4b9fbf5cd49639cbdaa70308d0a0fa33476f733d4

Contents?: true

Size: 651 Bytes

Versions: 1

Compression:

Stored size: 651 Bytes

Contents

@app_test

Feature: Unified App Server Test
  Tests the RightScale app servers

Scenario: App server test

  Given A deployment

  When I query "/index.html" on all servers
  Then I should see "html serving succeeded." in all the responses

  When I query "/appserver/" on all servers
  Then I should see "configuration=succeeded" in all the responses 

  When I query "/dbread/" on all servers
  Then I should see "I am in the db" in all the responses

  When I query "/serverid/" on all servers
  Then I should see "hostname=" in all the responses

  When I query "/dbread/" on all servers
  Then I should see "I am in the db" in all the responses

Version data entries

1 entries across 1 versions & 1 rubygems

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