Home
last modified time | relevance | path

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

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/tool/commands/
H A Doptimize_baselines_unittest.py22 test_port = self.tool.port_factory.get('test')
23 self._write_test_file(test_port, 'another/test.html', 'Dummy test contents')
24 …self._write_test_file(test_port, 'platform/test-mac-mac10.10/another/test-expected.txt', 'result A…
25 …self._write_test_file(test_port, 'platform/test-mac-mac10.10/another/test-expected.png', 'result A…
26 self._write_test_file(test_port, 'another/test-expected.txt', 'result A')
27 self._write_test_file(test_port, 'another/test-expected.png', 'result A png')
36 test_port.web_tests_dir(), 'platform/mac/another/test-expected.txt')))
39 test_port.web_tests_dir(), 'platform/mac/another/test-expected.png')))
42 test_port.web_tests_dir(), 'another/test-expected.txt')))
45 test_port.web_tests_dir(), 'another/test-expected.png')))
/dports/devel/rpclib/rpclib-2.2.1/tests/rpc/
H A Dserver_test.cc38 rpc::client c("127.0.0.1", test_port); in TEST_F()
54 rpc::client c("127.0.0.1", test_port); in TEST_F()
83 rpc::client c("127.0.0.1", test_port); in TEST_F()
92 rpc::client c("127.0.0.1", test_port); in TEST_F()
104 rpc::client c("127.0.0.1", test_port); in TEST_F()
127 rpc::client c("127.0.0.1", test_port); in TEST_F()
139 rpc::client c("127.0.0.1", test_port); in TEST_F()
163 rpc::client c("127.0.0.1", test_port); in TEST_F()
168 rpc::server s(test_port); in TEST()
170 rpc::client c("127.0.0.1", test_port); in TEST()
[all …]
H A Dclient_test.cc16 client_test() : s("127.0.0.1", test_port), is_running_(false) { in client_test()
30 static RPCLIB_CONSTEXPR uint16_t test_port = rpc::constants::DEFAULT_PORT; member in client_test
37 rpc::client client("127.0.0.1", test_port); in TEST_F()
44 rpc::client client("127.0.0.1", test_port); in TEST_F()
52 rpc::client client("127.0.0.1", test_port); in TEST_F()
59 rpc::client client("127.0.0.1", test_port); in TEST_F()
69 rpc::client client("127.0.0.1", test_port); in TEST_F()
84 rpc::client client("127.0.0.1", test_port); in TEST_F()
101 rpc::client client("127.0.0.1", test_port); in TEST_F()
H A Dthis_handler_test.cc14 static RPCLIB_CONSTEXPR uint16_t test_port = rpc::constants::DEFAULT_PORT; variable
18 this_handler_test() : s(test_port) {} in this_handler_test()
31 rpc::client c("127.0.0.1", test_port); in TEST_F()
52 rpc::client c("127.0.0.1", test_port); in TEST_F()
75 rpc::client c("127.0.0.1", test_port); in TEST_F()
85 rpc::client c("127.0.0.1", test_port); in TEST_F()
94 rpc::client c("127.0.0.1", test_port); in TEST_F()
H A Dthis_session_test.cc15 static RPCLIB_CONSTEXPR uint16_t test_port = rpc::constants::DEFAULT_PORT; variable
19 this_session_test() : s(test_port) {} in this_session_test()
29 rpc::client c("127.0.0.1", test_port); in TEST_F()
45 rpc::client c("127.0.0.1", test_port); in TEST_F()
46 rpc::client c2("127.0.0.1", test_port); in TEST_F()
H A Dthis_server_test.cc12 static RPCLIB_CONSTEXPR uint16_t test_port = rpc::constants::DEFAULT_PORT; variable
17 : s(test_port), in this_server_test()
18 c1("127.0.0.1", test_port), in this_server_test()
19 c2("127.0.0.1", test_port) {} in this_server_test()
/dports/net/samba412/samba-4.12.15/ctdb/tests/CLUSTER/complex/
H A D32_cifs_tickle.sh39 test_port=445
41 echo "Connecting to node ${test_node} on IP ${test_ip}:${test_port} with netcat..."
43 sleep $((monitor_interval * 4)) | nc $test_ip $test_port &
47 wait_until_get_src_socket "tcp" "${test_ip}:${test_port}" $nc_pid "nc"
54 wait_until 10 check_tickles $test_node $test_ip $test_port $src_socket
62 check_tickles_all $numnodes $test_ip $test_port $src_socket
63 tcptickle_sniff_start $src_socket "${test_ip}:${test_port}"
H A D31_nfs_tickle.sh41 test_port=2049
43 echo "Connecting to node ${test_node} on IP ${test_ip}:${test_port} with netcat..."
45 sleep $((monitor_interval * 4)) | nc $test_ip $test_port &
49 wait_until_get_src_socket "tcp" "${test_ip}:${test_port}" $nc_pid "nc"
56 wait_until 10 check_tickles $test_node $test_ip $test_port $src_socket
64 check_tickles_all $numnodes $test_ip $test_port $src_socket
66 tcptickle_sniff_start $src_socket "${test_ip}:${test_port}"
H A D36_smb_reset_server.sh33 test_port=445
41 echo "Connecting to node ${test_node} on IP ${test_ip}:${test_port} with nc..."
43 sleep $((monitor_interval * 4)) | nc $test_ip $test_port &
47 wait_until_get_src_socket "tcp" "${test_ip}:${test_port}" $nc_pid "nc"
54 wait_until 10 check_tickles $test_node $test_ip $test_port $src_socket
57 ss_filter="src ${test_ip}:${test_port} dst ${src_socket}"
H A D37_nfs_reset_server.sh33 test_port=2049
41 echo "Connecting to node ${test_node} on IP ${test_ip}:${test_port} with nc..."
43 sleep $((monitor_interval * 4)) | nc $test_ip $test_port &
47 wait_until_get_src_socket "tcp" "${test_ip}:${test_port}" $nc_pid "nc"
53 check_tickles $test_node $test_ip $test_port $src_socket
57 ss_filter="src ${test_ip}:${test_port} dst ${src_socket}"
H A D34_nfs_tickle_restart.sh40 test_port=2049
42 echo "Connecting to node ${test_node} on IP ${test_ip}:${test_port} with netcat..."
44 sleep 600 | nc $test_ip $test_port &
48 wait_until_get_src_socket "tcp" "${test_ip}:${test_port}" $nc_pid "nc"
55 wait_until 10 check_tickles $test_node $test_ip $test_port $src_socket
78 check_tickles_all $numnodes $test_ip $test_port $src_socket ; then
H A D30_nfs_tickle_killtcp.sh33 test_port=2049
35 echo "Connecting to node ${test_node} on IP ${test_ip}:${test_port} with netcat..."
37 sleep 30 | nc $test_ip $test_port &
41 wait_until_get_src_socket "tcp" "${test_ip}:${test_port}" $nc_pid "nc"
50 tcptickle_sniff_start $src_socket "${test_ip}:${test_port}"
/dports/net/kea/kea-2.0.1/src/lib/asiolink/tests/
H A Dudp_endpoint_unittest.cc24 const unsigned short test_port = 5301; in TEST() local
27 UDPEndpoint endpoint(address, test_port); in TEST()
30 EXPECT_EQ(test_port, endpoint.getPort()); in TEST()
37 const unsigned short test_port = 5302; in TEST() local
40 UDPEndpoint endpoint(address, test_port); in TEST()
43 EXPECT_EQ(test_port, endpoint.getPort()); in TEST()
H A Dtcp_endpoint_unittest.cc24 const unsigned short test_port = 5301; in TEST() local
27 TCPEndpoint endpoint(address, test_port); in TEST()
30 EXPECT_EQ(test_port, endpoint.getPort()); in TEST()
37 const unsigned short test_port = 5302; in TEST() local
40 TCPEndpoint endpoint(address, test_port); in TEST()
43 EXPECT_EQ(test_port, endpoint.getPort()); in TEST()
/dports/devel/grpc134/grpc-1.34.1/examples/python/cancellation/test/
H A D_cancellation_example_test.py57 with _get_port() as test_port:
59 (_SERVER_PATH, '--port', str(test_port)))
61 client_process = _start_client(test_port, 'aa', 0)
70 with _get_port() as test_port:
72 (_SERVER_PATH, '--port', str(test_port)))
74 client_process1 = _start_client(test_port, 'aaaaaaaaaa', 0)
77 client_process2 = _start_client(test_port, 'aa', 0)
/dports/devel/grpc/grpc-1.42.0/examples/python/cancellation/test/
H A D_cancellation_example_test.py57 with _get_port() as test_port:
59 (_SERVER_PATH, '--port', str(test_port)))
61 client_process = _start_client(test_port, 'aa', 0)
70 with _get_port() as test_port:
72 (_SERVER_PATH, '--port', str(test_port)))
74 client_process1 = _start_client(test_port, 'aaaaaaaaaa', 0)
77 client_process2 = _start_client(test_port, 'aa', 0)
/dports/devel/grpc130/grpc-1.30.2/examples/python/cancellation/test/
H A D_cancellation_example_test.py57 with _get_port() as test_port:
59 (_SERVER_PATH, '--port', str(test_port)))
61 client_process = _start_client(test_port, 'aa', 0)
70 with _get_port() as test_port:
72 (_SERVER_PATH, '--port', str(test_port)))
74 client_process1 = _start_client(test_port, 'aaaaaaaaaa', 0)
77 client_process2 = _start_client(test_port, 'aa', 0)
/dports/net/netembryo/netembryo-0.1.1/tests/
H A Dtest_sock.c32 static const char test_port[] = "80"; variable
37 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL); in test_connect_lscube()
46 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL); in test_remote_host_lscube()
57 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL);
72 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL); in test_remote_port_lscube()
82 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL); in test_local_port_lscube()
92 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL); in test_flags_lscube()
101 Sock *socket = Sock_connect(test_host, test_port, NULL, TCP, NULL); in test_type_lscube()
/dports/net/py-ldap3/ldap3-2.8.1/test/
H A DtestTls.py30 from test.config import test_server, test_port, test_port_ssl, test_user, test_password, test_authe…
42 …server.add(Server(host=host, port=test_port, allowed_referral_hosts=('*', True), get_info=test_get…
44 …server = Server(host=test_server, port=test_port, tls=Tls(validate=ssl.CERT_NONE), get_info=test_g…
58 …server.add(Server(host=host, port=test_port, allowed_referral_hosts=('*', True), get_info=test_get…
73 …server.add(Server(host=host, port=test_port, allowed_referral_hosts=('*', True), get_info=test_get…
75 server = Server(host=test_server, port=test_port, tls=Tls())
91 …server.add(Server(host=host, port=test_port, allowed_referral_hosts=('*', True), get_info=test_get…
93 server = Server(host=test_server, port=test_port, tls=Tls())
152 …server.add(Server(host=host, port=test_port, allowed_referral_hosts=('*', True), get_info=test_get…
173 …server.add(Server(host=host, port=test_port, allowed_referral_hosts=('*', True), get_info=test_get…
[all …]
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/tests/check/gst/
H A Drtspclientsink.c40 static gint test_port = 0; variable
82 test_port = atoi (service); in start_record_server()
83 fail_unless (test_port != 0); in start_record_server()
86 GST_DEBUG ("rtsp server listening on port %d", test_port); in start_record_server()
115 test_port = 0; in teardown()
192 gchar *uri = get_server_uri (test_port, TEST_MOUNT_POINT); in GST_START_TEST()
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/xds_k8s_test_driver/framework/test_app/
H A Dserver_app.py231 test_port=DEFAULT_TEST_PORT, argument
246 if secure_mode and maintenance_port == test_port:
250 if not (isinstance(test_port, int) and
260 self.deployment_name, self.k8s_namespace.name, test_port,
281 test_port=test_port)
282 self._wait_service_neg(self.service_name, test_port)
310 test_port=test_port,
346 rpc_port=test_port,
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/xds_k8s_test_driver/kubernetes-manifests/
H A Dserver.service.yaml10 cloud.google.com/neg: '{"exposed_ports": {"${test_port}":{"name":"${neg_name}"}}}'
16 - port: ${test_port}
18 targetPort: ${test_port}
/dports/lang/swi-pl/swipl-8.2.3/packages/tipc/demo/
H A Dtipc_test.pl79 test_port(Port) :-
91 test_port(Port)),
100 test_port(name(1000,0,0))),
108 test_port(name_seq(1000,0,0)),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/servers/
H A Dserver_base_unittest.py42 test_port = test.TestPort(host)
44 server = ServerBase(test_port, test_port.default_results_directory())
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dusb-hcd-uhci-test.c24 static void test_port(int port) in test_port() function
36 test_port(1); in test_port_1()
41 test_port(2); in test_port_2()

1234567