OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_host
(Results
1 - 3
of
3
) sorted by null
/external/autotest/cli/
atest_migrate_host
24
new_host
= new.create_host(hostname=hostname, locked=True)
variable
36
if not [l for l in
new_host
.get_labels() if l.name == label.name]:
37
new_host
.add_labels([label.name])
57
if not [a for a in
new_host
.get_acls() if a.name == acl.name]:
58
new_host
.add_acl(acl.name)
62
new_host
.modify(locked=False)
/external/autotest/site_utils/
lxc_config.py
242
new_host
= host_ip
244
new_host
= socket.getfqdn(db_host)
246
% (
new_host
, shadow_config))
250
new_host
= host_ip
252
new_host
= socket.getfqdn(afe_host)
254
(
new_host
, shadow_config))
test_runner_utils.py
480
new_host
= afe.create_host(remote)
481
new_host
.add_labels([build_label.name, board_label.name])
[
all
...]
Completed in 209 milliseconds