HomeSort by relevance Sort by last modified time
    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 320 new_host = host_ip
322 new_host = socket.getfqdn(db_host)
324 % (new_host, shadow_config))
328 new_host = host_ip
330 new_host = socket.getfqdn(afe_host)
332 (new_host, shadow_config))
test_runner_utils.py 482 new_host = afe.create_host(remote)
483 new_host.add_labels([build_label.name, board_label.name])
    [all...]

Completed in 96 milliseconds