Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/hardware_StorageQualBase/
Dhardware_StorageQualBase.py53 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME, argument
61 % (time.time(), client_tag))})
67 client_at.run_test(test_name, disable_sysinfo=True, tag=client_tag,
76 tag='_'.join([client_tag, script]),
Dcontrol.test18 client_tag='test', crypto_runtime=30)
/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/client/tests/netperf2/
Dnetperf2.py72 client_tag = client_ip + '#netperf-client'
73 all = [server_tag, client_tag]
102 self.job.barrier(client_tag, 'start_%d' % num_streams,
107 self.job.barrier(client_tag, 'stop_%d' % num_streams,
/external/autotest/server/site_tests/hardware_StorageQual/
Dcontrol.storage_qual_quick_hardware_StorageQualBase_trim_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_suspend_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_hardware_StorageQualBase_trim_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_suspend_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_hardware_StorageQualBase_retention_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_quick_hardware_StorageQualBase_retention_after34 client_ip=machine, client_tag='after', tag='after')
Dcontrol.storage_qual_hardware_StorageQualBase_suspend_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_hardware_StorageQualBase_trim_before34 client_ip=machine, client_tag='before', tag='before')
Dcontrol.storage_qual_quick_hardware_StorageQualBase_trim_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_quick_hardware_StorageQualBase_retention_before34 client_ip=machine, client_tag='before', tag='before')
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)
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_1_after34 client_ip=machine, client_tag='after', tag='after', cq=True)
/external/autotest/server/
Dautotest.py1132 def __init__(self, host, client_tag, results_dir): argument
1134 if not client_tag:
1135 client_tag = "default"
1137 client_tag)