Home | History | Annotate | Download | only in bin

Lines Matching refs:vendors

428     vendors = [cpu['vendor_id'] for cpu in cpuinfo]
429 for v in vendors[1:]:
430 if v != vendors[0]:
431 raise error.TestError('multiple cpu vendors found: ' + str(vendors))
432 return vendors[0]