Sha256: d0ebb81411471db32772884febe07f7242be3a6d7e05a61d0b7cc6308c222268
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
#@patch # # Feature: Base Server Test # Tests the base server functions # # Scenario: base server test # # Given A simple deployment @runner = VirtualMonkey::PatchRunner.new(ENV['DEPLOYMENT']) # Then I should stop the servers @runner.behavior(:stop_all) #uncomment this line to test patches from dev bucket @runner.behavior(:set_user_data, "RS_patch_url=http://s3.amazonaws.com/rightscale_rightlink_dev") # Then I should launch all servers @runner.behavior(:launch_all) # Then I should wait for the state of "all" servers to be "operational" @runner.behavior(:wait_for_all, "operational") @runner.behavior(:run_patch_test) # Then I should reboot the servers @runner.behavior(:reboot_all) @runner.behavior(:run_patch_test) # Then I should wait for the state of "all" servers to be "operational" @runner.behavior(:wait_for_all, "operational")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
virtualmonkey-0.0.1 | features/patch_test.rb |