Home
last modified time | relevance | path

Searched refs:testclient (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/net/zebra-server/idzebra-2.0.55/test/gils/
H A Dtest3.sh36 ../api/testclient -c 17 unix:socket utah > log || exit 1
39 ../api/testclient -c 31 unix:socket the > log || exit 1
42 ../api/testclient -c 4 unix:socket deposits > log || exit 1
46 ../api/testclient -c 7 unix:socket "@and utah the" > log || exit 1
49 ../api/testclient -c 7 unix:socket "@and the utah" > log || exit 1
71 ../api/testclient -c 30 unix:socket "@and the of " > log || exit 1
74 ../api/testclient -c 30 unix:socket "@and of the" > log || exit 1
96 ../api/testclient -c 41 unix:socket "@or the utah" > log || exit 1
99 ../api/testclient -c 41 unix:socket "@or utah the" > log || exit 1
111 ../api/testclient -c 24 unix:socket "@not the utah " > log || exit 1
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Socket-IP/t/
H A D02local-server-v4.t57 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
61 ok( defined $testclient, "accepted test $socktype client" );
62 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
64 is( $testclient->sockdomain, AF_INET, "\$testclient->sockdomain for $socktype" );
65 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
68 [ unpack_sockaddr_in $testclient->peername ],
72 [ unpack_sockaddr_in $testclient->sockname ],
75 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
76 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
79 …is( unpack("H*", $testclient->sockaddr), $INADDR_LOOPBACK_HEX, "\$testclient->sockaddr for $sockty…
[all …]
H A D05local-server-v6.t62 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
66 ok( defined $testclient, "accepted test $socktype client" );
67 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
69 is( $testclient->sockdomain, $AF_INET6, "\$testclient->sockdomain for $socktype" );
70 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
73 [ unpack_sockaddr_in6_addrport( $testclient->peername ) ],
77 [ unpack_sockaddr_in6_addrport( $testclient->sockname ) ],
83 is( $testclient->sockport, $peerport, "\$testclient->sockport for $socktype" );
84 is( $testclient->peerport, $sockport, "\$testclient->peerport for $socktype" );
87 …is( unpack("H*", $testclient->peeraddr), $IN6ADDR_LOOPBACK_HEX, "\$testclient->peeraddr for $sockt…
[all …]
H A D03local-cross-v4.t24 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
28 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
29 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
31 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
32 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
35 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
37 $testclient->write( "Response\n" );
H A D06local-cross-v6.t27 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
31 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
32 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
34 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
35 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
38 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
43 $testclient->write( "Response\n" );
/dports/lang/perl5.32/perl-5.32.1/cpan/IO-Socket-IP/t/
H A D02local-server-v4.t57 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
61 ok( defined $testclient, "accepted test $socktype client" );
62 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
64 is( $testclient->sockdomain, AF_INET, "\$testclient->sockdomain for $socktype" );
65 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
68 [ unpack_sockaddr_in $testclient->peername ],
72 [ unpack_sockaddr_in $testclient->sockname ],
75 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
76 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
79 …is( unpack("H*", $testclient->sockaddr), $INADDR_LOOPBACK_HEX, "\$testclient->sockaddr for $sockty…
[all …]
H A D05local-server-v6.t62 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
66 ok( defined $testclient, "accepted test $socktype client" );
67 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
69 is( $testclient->sockdomain, $AF_INET6, "\$testclient->sockdomain for $socktype" );
70 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
73 [ unpack_sockaddr_in6_addrport( $testclient->peername ) ],
77 [ unpack_sockaddr_in6_addrport( $testclient->sockname ) ],
83 is( $testclient->sockport, $peerport, "\$testclient->sockport for $socktype" );
84 is( $testclient->peerport, $sockport, "\$testclient->peerport for $socktype" );
87 …is( unpack("H*", $testclient->peeraddr), $IN6ADDR_LOOPBACK_HEX, "\$testclient->peeraddr for $sockt…
[all …]
H A D03local-cross-v4.t24 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
28 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
29 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
31 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
32 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
35 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
37 $testclient->write( "Response\n" );
H A D06local-cross-v6.t27 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
31 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
32 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
34 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
35 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
38 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
43 $testclient->write( "Response\n" );
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Socket-IP/t/
H A D02local-server-v4.t58 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
62 ok( defined $testclient, "accepted test $socktype client" );
63 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
65 is( $testclient->sockdomain, AF_INET, "\$testclient->sockdomain for $socktype" );
66 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
69 [ unpack_sockaddr_in $testclient->peername ],
73 [ unpack_sockaddr_in $testclient->sockname ],
76 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
77 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
80 …is( unpack("H*", $testclient->sockaddr), $INADDR_LOOPBACK_HEX, "\$testclient->sockaddr for $sockty…
[all …]
H A D05local-server-v6.t63 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
67 ok( defined $testclient, "accepted test $socktype client" );
68 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
70 is( $testclient->sockdomain, $AF_INET6, "\$testclient->sockdomain for $socktype" );
71 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
74 [ unpack_sockaddr_in6_addrport( $testclient->peername ) ],
78 [ unpack_sockaddr_in6_addrport( $testclient->sockname ) ],
84 is( $testclient->sockport, $peerport, "\$testclient->sockport for $socktype" );
85 is( $testclient->peerport, $sockport, "\$testclient->peerport for $socktype" );
88 …is( unpack("H*", $testclient->peeraddr), $IN6ADDR_LOOPBACK_HEX, "\$testclient->peeraddr for $sockt…
[all …]
H A D03local-cross-v4.t25 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
29 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
30 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
32 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
33 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
36 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
38 $testclient->write( "Response\n" );
H A D06local-cross-v6.t28 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
32 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
33 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
35 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
36 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
39 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
44 $testclient->write( "Response\n" );
/dports/net/p5-IO-Socket-IP/IO-Socket-IP-0.41/t/
H A D02local-server-v4.t58 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
62 ok( defined $testclient, "accepted test $socktype client" );
63 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
65 is( $testclient->sockdomain, AF_INET, "\$testclient->sockdomain for $socktype" );
66 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
69 [ unpack_sockaddr_in $testclient->peername ],
73 [ unpack_sockaddr_in $testclient->sockname ],
76 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
77 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
80 …is( unpack("H*", $testclient->sockaddr), $INADDR_LOOPBACK_HEX, "\$testclient->sockaddr for $sockty…
[all …]
H A D05local-server-v6.t63 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
67 ok( defined $testclient, "accepted test $socktype client" );
68 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
70 is( $testclient->sockdomain, $AF_INET6, "\$testclient->sockdomain for $socktype" );
71 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
74 [ unpack_sockaddr_in6_addrport( $testclient->peername ) ],
78 [ unpack_sockaddr_in6_addrport( $testclient->sockname ) ],
84 is( $testclient->sockport, $peerport, "\$testclient->sockport for $socktype" );
85 is( $testclient->peerport, $sockport, "\$testclient->peerport for $socktype" );
88 …is( unpack("H*", $testclient->peeraddr), $IN6ADDR_LOOPBACK_HEX, "\$testclient->peeraddr for $sockt…
[all …]
H A D03local-cross-v4.t25 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
29 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
30 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
32 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
33 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
36 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
38 $testclient->write( "Response\n" );
H A D06local-cross-v6.t28 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
32 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
33 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
35 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
36 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
39 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
44 $testclient->write( "Response\n" );
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IO-Socket-IP/t/
H A D02local-server-v4.t58 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
62 ok( defined $testclient, "accepted test $socktype client" );
63 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
65 is( $testclient->sockdomain, AF_INET, "\$testclient->sockdomain for $socktype" );
66 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
69 [ unpack_sockaddr_in $testclient->peername ],
73 [ unpack_sockaddr_in $testclient->sockname ],
76 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
77 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
80 …is( unpack("H*", $testclient->sockaddr), $INADDR_LOOPBACK_HEX, "\$testclient->sockaddr for $sockty…
[all …]
H A D05local-server-v6.t63 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
67 ok( defined $testclient, "accepted test $socktype client" );
68 isa_ok( $testclient, "IO::Socket::IP", "\$testclient for $socktype" );
70 is( $testclient->sockdomain, $AF_INET6, "\$testclient->sockdomain for $socktype" );
71 is( $testclient->socktype, Socket->$socktype, "\$testclient->socktype for $socktype" );
74 [ unpack_sockaddr_in6_addrport( $testclient->peername ) ],
78 [ unpack_sockaddr_in6_addrport( $testclient->sockname ) ],
84 is( $testclient->sockport, $peerport, "\$testclient->sockport for $socktype" );
85 is( $testclient->peerport, $sockport, "\$testclient->peerport for $socktype" );
88 …is( unpack("H*", $testclient->peeraddr), $IN6ADDR_LOOPBACK_HEX, "\$testclient->peeraddr for $sockt…
[all …]
H A D03local-cross-v4.t25 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
29 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
30 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
32 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
33 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
36 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
38 $testclient->write( "Response\n" );
H A D06local-cross-v6.t28 my $testclient = ( $socktype eq "SOCK_STREAM" ) ?
32 is( $testclient->sockport, $socket->peerport, "\$testclient->sockport for $socktype" );
33 is( $testclient->peerport, $socket->sockport, "\$testclient->peerport for $socktype" );
35 is( $testclient->sockhost, $socket->peerhost, "\$testclient->sockhost for $socktype" );
36 is( $testclient->peerhost, $socket->sockhost, "\$testclient->peerhost for $socktype" );
39 is( $testclient->getline, "Request\n", "\$socket to \$testclient for $socktype" );
44 $testclient->write( "Response\n" );
/dports/security/cvm/cvm-0.97/
H A Dtests.sh152 $src/cvm-testclient $src/cvm-sqlite sluser '' testpass
156 $src/cvm-testclient $src/cvm-sqlite sluser '' testpasx
160 $src/cvm-testclient $src/cvm-sqlite sluser domain pass2
359 $src/cvm-testclient $tmp/cvm-qmail-lookup user test.tld
377 $src/cvm-testclient $tmp/cvm-qmail-lookup $addr $domain
618 $src/cvm-testclient $src/cvm-pwfile pxfuser '' testpass
1013 $src/cvm-testclient $tmp/cvm-qmail-lookup addr ''
1224 $src/cvm-testclient $tmp/cvmlookup pwfuser ''
1226 $src/cvm-testclient $tmp/cvmlookup pwfuser ''
1228 $src/cvm-testclient $tmp/cvmlookup pwfuser ''
[all …]
/dports/www/py-rollbar/rollbar-0.16.2/rollbar/test/fastapi_tests/
H A Dtest_middleware.py43 from fastapi.testclient import TestClient
45 from starlette.testclient import TestClient
75 from fastapi.testclient import TestClient
78 from starlette.testclient import TestClient
105 from fastapi.testclient import TestClient
108 from starlette.testclient import TestClient
177 from fastapi.testclient import TestClient
207 from fastapi.testclient import TestClient
238 from fastapi.testclient import TestClient
270 from fastapi.testclient import TestClient
[all …]
/dports/misc/sword/sword-1.8.1/bindings/gsoap/
H A DMakefile1 all: gsoapsword testclient
7 testclient: gsoapsword.h testclient.cpp stdsoap.o target
9 g++ -I./include -o testclient testclient.cpp stdsoap.o soapC.cpp soapClient.cpp
12 …rm gsoapsword testclient soapC.cpp soapServer.cpp soapClient.cpp soapH.h soapStub.h sword.xsd swor…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/certificates/signer/
H A Dsigner_test.go37 testclient "k8s.io/client-go/testing" packageName
128 verify func(*testing.T, []testclient.Action)
137 verify: func(t *testing.T, as []testclient.Action) {
155 verify: func(t *testing.T, as []testclient.Action) {
176 verify: func(t *testing.T, as []testclient.Action) {
191 verify: func(t *testing.T, as []testclient.Action) {
210 verify: func(t *testing.T, as []testclient.Action) {
230 verify: func(t *testing.T, as []testclient.Action) {
241 verify: func(t *testing.T, as []testclient.Action) {
250 verify: func(t *testing.T, as []testclient.Action) {
[all …]

12345678910>>...18