Home
last modified time | relevance | path

Searched refs:client_tag (Results 1 – 23 of 23) sorted by relevance

/external/autotest/server/site_tests/hardware_StorageQualBase/
Dhardware_StorageQualBase.py57 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME, argument
74 % (time.time(), client_tag))})
82 tag=client_tag, **self.FIO_ARGV)
86 tag=client_tag, **argv)
94 tag='_'.join([client_tag, script]),
Dcontrol.test18 client_tag='test', crypto_runtime=30)
Dcontrol.test_nonroot19 client_tag='test', nonroot=True)
/external/autotest/client/tests/netpipe/
Dnetpipe.py50 client_tag = client_ip + '#netpipe-client'
51 all = [server_tag, client_tag]
62 self.job.barrier(client_tag, 'start', 600).rendezvous(*all)
67 self.job.barrier(client_tag, 'stop', 300).rendezvous(*all)
/external/autotest/server/site_tests/hardware_StorageQual/
Dcontrol.storage_qual_hardware_StorageQualBase_retention_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_hardware_StorageQualBase_suspend_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_hardware_StorageQualBase_suspend_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_external_hardware_StorageQualBase_storage_qual_external_before34 client_ip=machine, tag='before', client_tag='before', nonroot=True)
Dcontrol.storage_qual_quick_hardware_StorageQualBase_trim_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_suspend_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_hardware_StorageQualBase_retention_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_external_hardware_StorageQualBase_storage_qual_external_after34 client_ip=machine, tag='after', client_tag='after', nonroot=True)
Dcontrol.storage_qual_quick_hardware_StorageQualBase_suspend_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_hardware_StorageQualBase_trim_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_retention_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_retention_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_trim_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_hardware_StorageQualBase_trim_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_cq_hardware_StorageQualBase_storage_qual_cq_1_after34 client_ip=machine, client_tag='after', tag='after', cq=True)
Dcontrol.storage_qual_cq_hardware_StorageQualBase_storage_qual_cq_1_before34 client_ip=machine, client_tag='before', tag='before', cq=True)
Dcontrol.storage_qual_cq_hardware_StorageQualBase_storage_qual_cq_2_after34 client_ip=machine, client_tag='after', tag='after', cq=True)
Dcontrol.storage_qual_cq_hardware_StorageQualBase_storage_qual_cq_2_before34 client_ip=machine, client_tag='before', tag='before', cq=True)
/external/autotest/server/
Dautotest.py1203 def __init__(self, host, client_tag, results_dir): argument
1205 if not client_tag:
1206 client_tag = "default"
1208 client_tag)