HomeSort by relevance Sort by last modified time
    Searched full:host (Results 26 - 50 of 10789) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/contrib/
move_cq_hosts.sh 15 ./cli/atest host list --web=$FROM_HOST --parse $1 | awk -F '|' '{ print $5 }' | sed 's/Labels=//' | sed 's/, /,/g'
19 ./cli/atest host list --web=$FROM_HOST $1 | sed 1d | awk '{ print $4; }'
23 ./cli/atest host mod --web=$FROM_HOST -l $1
35 ./cli/atest host create --web=$TO_HOST -b $2 $1
39 ./cli/atest host delete --web=$FROM_HOST $1
42 HOSTS_TO_MOVE=$(./cli/atest host list --web=$FROM_HOST -b $POOL | sed 1d | awk '{ print $1 }')
44 for host in $HOSTS_TO_MOVE
46 # if ! silent lock_host $host; then echo $host already handled; continue; fi
47 LABELS=$(host_labels $host)
    [all...]
  /external/autotest/client/common_lib/cros/tendo/
webservd_helper.py 8 def run_and_check_result(host, command):
9 """Run a command on |host| and return whether it succeeded.
11 @param host: Host object if we're interested in a remote host.
12 @param cmd: string command to run on |host|.
17 if host is not None:
18 run = host.run
22 def webservd_is_installed(host=None):
25 @param host: Host object if we're interested in a remote host
    [all...]
  /external/autotest/server/hosts/
base_classes_unittest.py 32 host = base_classes.Host.__new__(base_classes.Host)
41 bootloader.Bootloader.expect_new(host)
43 host.__init__()
48 host = base_classes.Host()
51 def install(self, host):
55 installableObj.install.expect_call(host)
57 host.install(installableObj
    [all...]
  /external/autotest/server/site_tests/buffet_WebServerSanity/
buffet_WebServerSanity.py 14 def warmup(self, host):
16 config.restart_with_config(host=host)
19 def cleanup(self, host):
20 buffet_config.naive_restart(host=host)
23 def run_once(self, host):
24 helper = privet_helper.PrivetHelper(host=host)
  /external/autotest/server/site_tests/platform_LongPressPower/
platform_LongPressPower.py 11 """Uses servo pwr_button gpio to power the host off and back on.
15 def run_once(self, host):
16 boot_id = host.get_boot_id()
19 host.servo.power_long_press()
21 # ensure host is now off
22 if host.is_up():
25 # ensure host boots
26 host.servo.boot_devmode()
27 host.test_wait_for_boot(boot_id)
  /cts/apps/CtsVerifier/res/xml/
access_prefix_aid_list.xml 0 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
3 </host-apdu-service>
empty_aid_list.xml 0 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
3 </host-apdu-service>
transport_prefix_aid_list_1.xml 0 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
3 </host-apdu-service>
transport_prefix_aid_list_2.xml 0 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
3 </host-apdu-service>
  /external/autotest/server/control_segments/
install 5 host = hosts.create_target_machine(machine, initialize=False,
7 afe_utils.machine_install_and_update_labels(host)
  /external/autotest/server/samples/
kernbench.srv 2 host = hosts.create_host(machine)
3 at = autotest.Autotest(host)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
host.html 4 <script type="text/javascript">var testVar = "host";</script>
7 This is the host page.
  /external/fio/
.gitignore 5 /config-host.h
6 /config-host.mak
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
6 #include "auto-host.h"
  /external/autotest/server/tests/reinstall/
control 10 autotest_lib.server.hosts.Host.machine_install()."""
13 host = hosts.create_host(machine, initialize=False)
14 job.run_test('reinstall', host=host, disable_sysinfo=True)
  /external/chromium-libpac/test/js-unittest/
simple.js 4 function FindProxyForURL(url, host) {
12 isInNet(host, "10.0.0.0", "255.0.0.0")) {
16 if (dnsDomainIs(host, "foo.bar.baz.com") || !isResolvable(host)) {
  /external/chromium-trace/catapult/telemetry/third_party/mox3/
.gitreview 2 host=review.openstack.org
  /external/chromium-trace/catapult/third_party/mox3/
.gitreview 2 host=review.openstack.org
  /external/tcpdump/tests/
pppoe.out 1 PPPoE PADI [Service-Name] [PPP-Max-Payload 0x05DC] [Host-Uniq 0x16372C16]
  /external/chromium-trace/catapult/third_party/typ/typ/
test_case.py 35 def _write_files(self, host, files):
37 dirname = host.dirname(path)
39 host.maybe_mkdir(dirname)
40 host.write_text_file(path, contents)
42 def _read_files(self, host, tmpdir):
44 for f in host.files_under(tmpdir):
47 key = f.replace(host.sep, '/')
48 out_files[key] = host.read_text_file(tmpdir, f)
63 return self.child.host
65 def call(self, host, argv, stdin, env)
    [all...]
  /external/autotest/client/common_lib/hosts/
base_classes_unittest.py 21 host = base_classes.Host()
22 self.assertRaises(NotImplementedError, host.run_output, "fake command")
26 self.god.stub_function(base_classes.Host, 'run')
27 host = base_classes.Host()
28 host.hostname = 'unittest-host'
32 host.run.expect_call('df -PB 1000000 /foo | tail -1').and_return(
35 host.check_diskspace, '/foo', 0.2
    [all...]
  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 26 def initialize(self, host):
28 self.orig_boot_id = host.get_boot_id()
30 host.run('mkdir -p %s' % TMP_POWER_DIR)
34 host.run('echo %s %d > %s/dark_resume_suspend_durations' %
40 host.run('echo %s > %s/dark_resume_sources' %
45 host.run('echo 0 > %s/disable_dark_resume' % TMP_POWER_DIR)
48 host.run('mount --bind %s %s' % (TMP_POWER_DIR, POWER_DIR))
52 host.run('restart powerd')
64 def run_once(self, host=None):
77 @param host: The machine to run the tests o
    [all...]
  /external/autotest/server/
profilers.py 32 # maps hostname to (host object, autotest.Autotest object, Autotest
33 # install dir), where the host object is the one created specifically
67 for host in self.job.hosts:
68 if host.hostname not in self.job.machines:
69 # job.hosts include all host instances created on the fly.
73 autodir = host.get_autodir()
75 in_use_hosts.add(host.hostname)
78 # determine what valid host objects we already have installed
80 for host, at, profiler_dir in self.installed_hosts.values():
81 if host.path_exists(profiler_dir)
    [all...]
site_host_route.py 10 Host Route: A utility for retrieving information about our route to a host
14 def __init__(self, host):
15 self.host = host # Remote host
19 output = self.run_command(["ip", "route", "get", self.host])
29 raise error.TestFail('Cannot find route to host %s' % self.host)
33 Self Host Route: Retrieve host route for the test-host machin
    [all...]
  /external/autotest/server/site_tests/platform_InstallTestImage/
platform_InstallTestImage.py 11 def run_once(self, host, image_url):
12 """Install image from URL `image_url` on `host`.
14 @param host Host object representing DUT to be re-imaged.
18 host.servo_install(image_url=image_url)

Completed in 530 milliseconds

12 3 4 5 6 7 8 91011>>