Sha256: ef710f62838cbc2c0fd70eb730c402608895b9231555291ed7ac552a24057ff1

Contents?: true

Size: 176 Bytes

Versions: 13

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(true, one.ping(two))
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
beaker-6.4.1 acceptance/tests/hypervisor/communication_test.rb
beaker-6.4.0 acceptance/tests/hypervisor/communication_test.rb
beaker-6.3.0 acceptance/tests/hypervisor/communication_test.rb
beaker-6.2.0 acceptance/tests/hypervisor/communication_test.rb
beaker-6.1.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.8.1 acceptance/tests/hypervisor/communication_test.rb
beaker-5.8.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.7.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.6.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.5.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.4.0 acceptance/tests/hypervisor/communication_test.rb
beaker-5.3.1 acceptance/tests/hypervisor/communication_test.rb
beaker-5.3.0 acceptance/tests/hypervisor/communication_test.rb