Lines Matching refs:_hosts
1292 rpcs, out = self._gen_expectations(hosts=self._hosts, locked=False)
1299 mfile = cli_mock.create_file(','.join(self._hosts))
1300 rpcs, out = self._gen_expectations(hosts=self._hosts, locked=False)
1336 rpcs, out = self._gen_expectations(hosts=self._hosts, attributes=attrs)
1436 _hosts = ['localhost', '127.0.0.1'] variable in host_mod_unittest
1439 _command_single = _command_base + [_hosts[0]]
1440 _command_multiple = _command_base + _hosts
1452 for h, h_id in zip(self._hosts, self._host_ids):
1459 if host not in self._hosts:
1461 host_id = self._host_ids[self._hosts.index(host)]
1526 _hosts = ['localhost', '127.0.0.1'] variable in host_create_unittest
1528 _command_single = _command_base + [_hosts[0]]
1529 _command_multiple = _command_base + _hosts