Sha256: f2a08765a1d1b7ad08f65c89812c35871850c9fe08c9f9414c05c474d9d2a161
Contents?: true
Size: 818 Bytes
Versions: 1
Compression:
Stored size: 818 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 check that monitoring is enabled @runner.behavior(:check_monitoring) # 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") # Then I should check that monitoring is enabled @runner.behavior(:check_monitoring)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
virtualmonkey-0.0.1 | features/base.rb |