Home
last modified time | relevance | path

Searched refs:test_port (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client_test.py33 test_port = portpicker.pick_unused_port()
34 profiler.start_server(test_port)
40 'localhost:' + str(test_port), self.get_temp_dir(), duration_ms=10)
44 test_port = portpicker.pick_unused_port()
45 profiler.start_server(test_port)
53 'localhost:' + str(test_port),
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dserver_app.py177 test_port=8080, argument
191 maintenance_port = test_port if not secure_mode else test_port + 1
192 if secure_mode and maintenance_port == test_port:
196 if not (isinstance(test_port, int) and
214 test_port=test_port)
215 self._wait_service_neg(self.service_name, test_port)
234 test_port=test_port,
261 rpc_port=test_port,
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device_unittest.py36 def test_port(self): member in UsbDeviceTest
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Drun_test_server.py71 server_runner.run(test_port=xds_flags.SERVER_PORT.value,
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_k8s_testcase.py200 test_port=self.server_port,
258 test_port=self.server_port,
/external/selinux/python/semanage/
Dtest-semanage.py117 def test_port(self): member in SemanageTests