Lines Matching full:sysinfo
32 from autotest_lib.client.bin import sysinfo
272 @param disable_sysinfo: Whether we should disable the sysinfo step of
321 self.sysinfo = sysinfo.sysinfo(self.resultdir)
1054 self._add_sysinfo_loggable(sysinfo.command(command, logf=logfile),
1059 self._add_sysinfo_loggable(sysinfo.logfile(file), on_every_test)
1064 self.sysinfo.test_loggables.add(loggable)
1066 self.sysinfo.boot_loggables.add(loggable)
1442 # initialize the sysinfo state
1443 self._state.set('client', 'sysinfo', self.sysinfo.serialize())
1476 # update the sysinfo state
1477 if self._state.has('client', 'sysinfo'):
1478 self.sysinfo.deserialize(self._state.get('client', 'sysinfo'))