Lines Matching refs:host
22 host = $1
25 if (! hostHash[host])
26 hostHash[host] = Hash.new
28 if (! hostHash[host][agent])
29 hostHash[host][agent] = Hash.new
30 hostHash[host][agent]['total'] = 0
33 hostHash[host][agent]['last'] = testnum
35 hostHash[host][agent]['subtest'] = $1
37 hostHash[host][agent]['subtest'] = ''
39 hostHash[host][agent]['total'] = hostHash[host][agent]['total'] + 1
46 hostHash.each_key { |host|
48 hostHash[host].each_key { |agent|
50 …host, hostHash[host][agent]['last'], hostHash[host][agent]['subtest'], hostHash[host][agent]['tot…