Sha256: 65bdc4cc2458759940067347e5106cb4afce744df465f95958944ae1a132931e

Contents?: true

Size: 176 Bytes

Versions: 148

Compression:

Stored size: 176 Bytes

Contents

# hosts should be able to talk to each other by name
step "hosts can ping each other"
hosts.each do |one|
  hosts.each do |two|
    assert_equal(one.ping(two), true)
  end
end

Version data entries

148 entries across 148 versions & 1 rubygems

Version Path
beaker-4.42.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.41.2 acceptance/tests/hypervisor/communication_test.rb
beaker-4.41.1 acceptance/tests/hypervisor/communication_test.rb
beaker-4.41.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.40.2 acceptance/tests/hypervisor/communication_test.rb
beaker-4.40.1 acceptance/tests/hypervisor/communication_test.rb
beaker-5.2.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.40.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.1.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.0.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.39.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.38.1 acceptance/tests/hypervisor/communication_test.rb
beaker-4.38.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.37.2 acceptance/tests/hypervisor/communication_test.rb
beaker-4.37.1 acceptance/tests/hypervisor/communication_test.rb
beaker-4.37.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.36.1 acceptance/tests/hypervisor/communication_test.rb
beaker-4.36.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.35.0 acceptance/tests/hypervisor/communication_test.rb
beaker-4.34.0 acceptance/tests/hypervisor/communication_test.rb