Sha256: 5df33a20ee8d0f4d9e5b49e0c566d2a8d8eb76ed2deecb5ecd8dcae1a7961722

Contents?: true

Size: 882 Bytes

Versions: 1

Compression:

Stored size: 882 Bytes

Contents

@elb_test

Feature: PHP App Server Elastic Load Balancing test
  Tests the Elastic Load Balancing RightScripts using an App Server 

Scenario: Connect/Disconnect PHP App Server to ELB

  Given An ELB Test deployment
  
   When I create EC2 Elastic Load Balancer
  
   Then I should stop the servers
   Then I should set a variation for connecting to shared database host 
   Then I should set a variation ELB_NAME
   When I launch the "App Server" servers
   Then I should wait for the state of "App Server" servers to be "booting"
   Then I should wait for the state of "App Server" servers to be "operational"
 
   Then I should run EC2 Elastic Load Balancer unified_app checks
   Then all instances should be registered with ELB

    Then I should stop the servers
    Then no instances should be registered with ELB
       
    When I delete EC2 Elastic Load Balancer
    
    

Version data entries

1 entries across 1 versions & 1 rubygems

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