Home | History | Annotate | Download | only in contrib

Lines Matching refs:hosts

8 Manage power unit information for autotest hosts.
12 rpm attributes for hosts.
31 * Backup existing attributes for all hosts to a csv file:
95 """Dump power unit info of all hosts to a csv file.
103 hosts = afe.get_hosts()
104 for h in hosts:
113 """List power unit info for a list of hosts.
118 hosts = afe.get_hosts(hostname__in = devices)
119 if not hosts:
121 for h in hosts:
135 'list: list current attributes for a list of hosts. '