HomeSort by relevance Sort by last modified time
    Searched refs:platform_label (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/tests/netperf2/
netperf2.py 17 platform_label = client.get_platform_label()
18 if platform_label == server_label:
  /external/autotest/server/tests/netpipe/
netpipe.py 17 platform_label = client.get_platform_label()
18 if platform_label == server_label:
  /external/autotest/cli/
host.py 471 def _set_platform_label(self, host, platform_label):
475 @param platform_label: platform label's name
478 self.check_and_create_items('get_labels', 'add_label', [platform_label],
480 self.execute_rpc('host_add_labels', id=host, labels=[platform_label])

Completed in 106 milliseconds