Sha256: 5e7c5800c9d4e97089cf9df4dc02aa26dd6da5d77429792581f99fc569ae2d3e
Contents?: true
Size: 643 Bytes
Versions: 1
Compression:
Stored size: 643 Bytes
Contents
#@base # # Feature: Base Server Test # Tests the base server functions # # Scenario: base server test # # Given A simple deployment @runner = VirtualMonkey::SimpleRunner.new(ENV['DEPLOYMENT']) # Then I should stop the servers @runner.behavior(:stop_all) # 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") # Then I should reboot the servers @runner.behavior(:reboot_all) # 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/start_only.rb |