Lines Matching refs:ignore_status
81 result = host.run(command=test_label_cmd, ignore_status=True)
86 result = host.run(command=mosys_cmd, ignore_status=True)
118 ignore_status=True)
130 ignore_status=True)
156 ecinfo = host.run(command=cmd, ignore_status=True)
179 self.ver = host.run('gsctool -a -f', ignore_status=True)
198 rv = host.run('which ectool', ignore_status=True)
204 rv = host.run('ectool motionsense', ignore_status=True)
270 ignore_status=True).stdout
297 ignore_status=True)
339 rootdev = host.run(command=rootdev_cmd, ignore_status=True)
355 type = host.run(command=type_cmd, ignore_status=True)
370 link = host.run(command=link_cmd, ignore_status=True)
384 rotate = host.run(command=rotate_cmd, ignore_status=True)
435 ignore_status=True).exit_status
576 return host.run('which hammerd', ignore_status=True).exit_status == 0
586 ignore_status=True).exit_status == 0
598 self.response = host.run('mosys platform family', ignore_status=True)